Html Css Color HEX #CDD9EF Hawkes Blue

📋 copy color: '#CDD9EF'

red 205 ◦ green 217 ◦ blue 239

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

Shades of Hawkes Blue #CDD9EF

Tints of Hawkes Blue #CDD9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 36.16%

R = 31.01%
G = 32.83%
B = 36.16%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CDD9EF (or 0xCDD9EF) is known color: Hawkes Blue. HEX triplet: CD, D9 and EF. RGB value is (205,217,239). Sum of RGB (Red+Green+Blue) = 205+217+239=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #CDD9EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9EF is #322610. Grayscale: #D7D7D7. Windows color (decimal): -3286545 or 15718861. OLE color: 15718861.

HSL color Cylindrical-coordinate representation of color #CDD9EF: hue angle of 218.82º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD9EF is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 205 217 239 -
CMYK 0.14 0.09 0 0.06
HSL 218.82º 0.52% 0.87% -
HSV(B) 218.82º 0.14% 0.94% -
XYZ 65.57 68.84 91.49 -
YUV 215.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 205 217 239 0.14 0.09 0 0.06 218.82 0.52 0.87
Hex CD D9 EF E 9 0 6 DB 34 57
Octal 315 331 357 16 11 0 6 333 64 127
Binary 11001101 11011001 11101111 1110 1001 0 110 11011011 110100 1010111

Color Harmonies of #CDD9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9EF

Black with #CDD9EF

Text Example


Text Example

White with #CDD9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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