Html Css Color HEX #CDD7ED Hawkes Blue

📋 copy color: '#CDD7ED'

red 205 ◦ green 215 ◦ blue 237

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

Shades of Hawkes Blue #CDD7ED

Tints of Hawkes Blue #CDD7ED

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.72%

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

R = 31.2%
G = 32.72%
B = 36.07%

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

#CDD7ED (or 0xCDD7ED) is known color: Hawkes Blue. HEX triplet: CD, D7 and ED. RGB value is (205,215,237). Sum of RGB (Red+Green+Blue) = 205+215+237=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 215 (84.38% from 255 or 32.72% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD7ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7ED is #322812. Grayscale: #D6D6D6. Windows color (decimal): -3287059 or 15587277. OLE color: 15587277.

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

Color convert

RGB 205 215 237 -
CMYK 0.14 0.09 0 0.07
HSL 221.25º 0.47% 0.87% -
HSV(B) 221.25º 0.14% 0.93% -
XYZ 64.76 67.69 89.77 -
YUV 214.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 205 215 237 0.14 0.09 0 0.07 221.25 0.47 0.87
Hex CD D7 ED E 9 0 7 DD 2F 57
Octal 315 327 355 16 11 0 7 335 57 127
Binary 11001101 11010111 11101101 1110 1001 0 111 11011101 101111 1010111

Color Harmonies of #CDD7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD7ED

Black with #CDD7ED

Text Example


Text Example

White with #CDD7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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