Html Css Color HEX #CDD8ED Hawkes Blue

📋 copy color: '#CDD8ED'

red 205 ◦ green 216 ◦ blue 237

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

Shades of Hawkes Blue #CDD8ED

Tints of Hawkes Blue #CDD8ED

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.83%

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

R = 31.16%
G = 32.83%
B = 36.02%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD8ED (or 0xCDD8ED) is known color: Hawkes Blue. HEX triplet: CD, D8 and ED. RGB value is (205,216,237). Sum of RGB (Red+Green+Blue) = 205+216+237=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 216 (84.77% from 255 or 32.83% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD8ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8ED is #322712. Grayscale: #D7D7D7. Windows color (decimal): -3286803 or 15587533. OLE color: 15587533.

HSL color Cylindrical-coordinate representation of color #CDD8ED: hue angle of 219.38º 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 #CDD8ED is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 216 237 -
CMYK 0.14 0.09 0 0.07
HSL 219.38º 0.47% 0.87% -
HSV(B) 219.38º 0.14% 0.93% -
XYZ 65.02 68.21 89.86 -
YUV 215.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 205 216 237 0.14 0.09 0 0.07 219.38 0.47 0.87
Hex CD D8 ED E 9 0 7 DB 2F 57
Octal 315 330 355 16 11 0 7 333 57 127
Binary 11001101 11011000 11101101 1110 1001 0 111 11011011 101111 1010111

Color Harmonies of #CDD8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8ED

Black with #CDD8ED

Text Example


Text Example

White with #CDD8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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