Html Css Color HEX #CDD1ED Hawkes Blue

📋 copy color: '#CDD1ED'

red 205 ◦ green 209 ◦ blue 237

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

Shades of Hawkes Blue #CDD1ED

Tints of Hawkes Blue #CDD1ED

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.1%

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

R = 31.49%
G = 32.1%
B = 36.41%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD1ED (or 0xCDD1ED) is known color: Hawkes Blue. HEX triplet: CD, D1 and ED. RGB value is (205,209,237). Sum of RGB (Red+Green+Blue) = 205+209+237=651 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.49% from 651); Green value is 209 (82.03% from 255 or 32.10% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 237 - color contains mainly: blue. Hex color #CDD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1ED is #322E12. Grayscale: #D2D2D2. Windows color (decimal): -3288595 or 15585741. OLE color: 15585741.

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

Color convert

RGB 205 209 237 -
CMYK 0.14 0.12 0 0.07
HSL 232.5º 0.47% 0.87% -
HSV(B) 232.5º 0.14% 0.93% -
XYZ 63.26 64.69 89.27 -
YUV 211 142.67 123.72 -
System Red Green Blue C M Y K H S L
Decimal 205 209 237 0.14 0.12 0 0.07 232.5 0.47 0.87
Hex CD D1 ED E C 0 7 E8 2F 57
Octal 315 321 355 16 14 0 7 350 57 127
Binary 11001101 11010001 11101101 1110 1100 0 111 11101000 101111 1010111

Color Harmonies of #CDD1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD1ED

Black with #CDD1ED

Text Example


Text Example

White with #CDD1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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