Html Css Color HEX #CDD1EE Hawkes Blue

📋 copy color: '#CDD1EE'

red 205 ◦ green 209 ◦ blue 238

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

Shades of Hawkes Blue #CDD1EE

Tints of Hawkes Blue #CDD1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.5%

R = 31.44%
G = 32.06%
B = 36.5%

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

#CDD1EE (or 0xCDD1EE) is known color: Hawkes Blue. HEX triplet: CD, D1 and EE. RGB value is (205,209,238). Sum of RGB (Red+Green+Blue) = 205+209+238=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 209 (82.03% from 255 or 32.06% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1EE is #322E11. Grayscale: #D2D2D2. Windows color (decimal): -3288594 or 15651277. OLE color: 15651277.

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

Color convert

RGB 205 209 238 -
CMYK 0.14 0.12 0 0.07
HSL 232.73º 0.49% 0.87% -
HSV(B) 232.73º 0.14% 0.93% -
XYZ 63.41 64.75 90.05 -
YUV 211.11 143.17 123.64 -
System Red Green Blue C M Y K H S L
Decimal 205 209 238 0.14 0.12 0 0.07 232.73 0.49 0.87
Hex CD D1 EE E C 0 7 E9 31 57
Octal 315 321 356 16 14 0 7 351 61 127
Binary 11001101 11010001 11101110 1110 1100 0 111 11101001 110001 1010111

Color Harmonies of #CDD1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD1EE

Black with #CDD1EE

Text Example


Text Example

White with #CDD1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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