Html Css Color HEX #CDD9F2 Hawkes Blue

📋 copy color: '#CDD9F2'

red 205 ◦ green 217 ◦ blue 242

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

Shades of Hawkes Blue #CDD9F2

Tints of Hawkes Blue #CDD9F2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 32.68%

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 30.87%
G = 32.68%
B = 36.45%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CDD9F2 (or 0xCDD9F2) is known color: Hawkes Blue. HEX triplet: CD, D9 and F2. RGB value is (205,217,242). Sum of RGB (Red+Green+Blue) = 205+217+242=664 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.87% from 664); Green value is 217 (85.16% from 255 or 32.68% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #CDD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9F2 is #32260D. Grayscale: #D8D8D8. Windows color (decimal): -3286542 or 15915469. OLE color: 15915469.

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

Color convert

RGB 205 217 242 -
CMYK 0.15 0.10 0 0.05
HSL 220.54º 0.59% 0.88% -
HSV(B) 220.54º 0.15% 0.95% -
XYZ 66.02 69.02 93.85 -
YUV 216.26 142.52 119.97 -
System Red Green Blue C M Y K H S L
Decimal 205 217 242 0.15 0.10 0 0.05 220.54 0.59 0.88
Hex CD D9 F2 F A 0 5 DD 3B 58
Octal 315 331 362 17 12 0 5 335 73 130
Binary 11001101 11011001 11110010 1111 1010 0 101 11011101 111011 1011000

Color Harmonies of #CDD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9F2

Black with #CDD9F2

Text Example


Text Example

White with #CDD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9F2; }

 p { color: rgb(205,217,242); }

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

background-color css

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

 a { background-color: rgb(205,217,242); }

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

border-color css

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

 span { border-color: rgb(205,217,242); }

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