Html Css Color HEX #CDD9ED Hawkes Blue

📋 copy color: '#CDD9ED'

red 205 ◦ green 217 ◦ blue 237

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

Shades of Hawkes Blue #CDD9ED

Tints of Hawkes Blue #CDD9ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.96%

R = 31.11%
G = 32.93%
B = 35.96%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD9ED (or 0xCDD9ED) is known color: Hawkes Blue. HEX triplet: CD, D9 and ED. RGB value is (205,217,237). Sum of RGB (Red+Green+Blue) = 205+217+237=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 217 (85.16% from 255 or 32.93% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD9ED is #322612. Grayscale: #D7D7D7. Windows color (decimal): -3286547 or 15587789. OLE color: 15587789.

HSL color Cylindrical-coordinate representation of color #CDD9ED: hue angle of 217.5º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDD9ED is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 217 237 -
CMYK 0.14 0.08 0 0.07
HSL 217.5º 0.47% 0.87% -
HSV(B) 217.5º 0.14% 0.93% -
XYZ 65.28 68.72 89.94 -
YUV 215.69 140.02 120.37 -
System Red Green Blue C M Y K H S L
Decimal 205 217 237 0.14 0.08 0 0.07 217.5 0.47 0.87
Hex CD D9 ED E 8 0 7 DA 2F 57
Octal 315 331 355 16 10 0 7 332 57 127
Binary 11001101 11011001 11101101 1110 1000 0 111 11011010 101111 1010111

Color Harmonies of #CDD9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD9ED

Black with #CDD9ED

Text Example


Text Example

White with #CDD9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD9ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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