Html Css Color HEX #CDD7EE Hawkes Blue

📋 copy color: '#CDD7EE'

red 205 ◦ green 215 ◦ blue 238

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

Shades of Hawkes Blue #CDD7EE

Tints of Hawkes Blue #CDD7EE

RGB

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

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

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

R = 31.16%
G = 32.67%
B = 36.17%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD7EE (or 0xCDD7EE) is known color: Hawkes Blue. HEX triplet: CD, D7 and EE. RGB value is (205,215,238). Sum of RGB (Red+Green+Blue) = 205+215+238=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 215 (84.38% from 255 or 32.67% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7EE is #322811. Grayscale: #D6D6D6. Windows color (decimal): -3287058 or 15652813. OLE color: 15652813.

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

Color convert

RGB 205 215 238 -
CMYK 0.14 0.10 0 0.07
HSL 221.82º 0.49% 0.87% -
HSV(B) 221.82º 0.14% 0.93% -
XYZ 64.91 67.75 90.55 -
YUV 214.63 141.19 121.13 -
System Red Green Blue C M Y K H S L
Decimal 205 215 238 0.14 0.10 0 0.07 221.82 0.49 0.87
Hex CD D7 EE E A 0 7 DE 31 57
Octal 315 327 356 16 12 0 7 336 61 127
Binary 11001101 11010111 11101110 1110 1010 0 111 11011110 110001 1010111

Color Harmonies of #CDD7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD7EE

Black with #CDD7EE

Text Example


Text Example

White with #CDD7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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