Html Css Color HEX #CDD4F1 Hawkes Blue

📋 copy color: '#CDD4F1'

red 205 ◦ green 212 ◦ blue 241

#CDD4F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hawkes Blue #CDD4F1

Tints of Hawkes Blue #CDD4F1

RGB

 RED value IS 205 (80.47% from 255) = 31.16%

 GREEN value IS 212 (83.2% from 255) = 32.22%

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 31.16%
G = 32.22%
B = 36.63%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD4F1 (or 0xCDD4F1) is known color: Hawkes Blue. HEX triplet: CD, D4 and F1. RGB value is (205,212,241). Sum of RGB (Red+Green+Blue) = 205+212+241=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #CDD4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4F1 is #322B0E. Grayscale: #D5D5D5. Windows color (decimal): -3287823 or 15848653. OLE color: 15848653.

HSL color Cylindrical-coordinate representation of color #CDD4F1: hue angle of 228.33º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CDD4F1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 212 241 -
CMYK 0.15 0.12 0 0.05
HSL 228.33º 0.56% 0.87% -
HSV(B) 228.33º 0.15% 0.95% -
XYZ 64.6 66.42 92.63 -
YUV 213.21 143.68 122.14 -
System Red Green Blue C M Y K H S L
Decimal 205 212 241 0.15 0.12 0 0.05 228.33 0.56 0.87
Hex CD D4 F1 F C 0 5 E4 38 57
Octal 315 324 361 17 14 0 5 344 70 127
Binary 11001101 11010100 11110001 1111 1100 0 101 11100100 111000 1010111

Color Harmonies of #CDD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD4F1

Black with #CDD4F1

Text Example


Text Example

White with #CDD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD4F1; }

 p { color: rgb(205,212,241); }

 H1.HeaderClassName
 {
   color: #CDD4F1;
 }
 .AnyTagClassName
 {
   color: #CDD4F1;
 }
</style>

background-color css

<style>
 a { background-color: #CDD4F1; }

 a { background-color: rgb(205,212,241); }

 div.DivClassName
 {
   background-color: #CDD4F1;
 }
 .BgClassName
 {
   background-color: #CDD4F1;
 }
</style>

border-color css

<style>
 span { border-color: #CDD4F1; }

 span { border-color: rgb(205,212,241); }

 td.TdClassName
 {
   border-color: #CDD4F1;
 }
 .TagClassName
 {
   border-color: #CDD4F1;
 }
</style>