Html Css Color HEX #CDD8EE Hawkes Blue

📋 copy color: '#CDD8EE'

red 205 ◦ green 216 ◦ blue 238

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

Shades of Hawkes Blue #CDD8EE

Tints of Hawkes Blue #CDD8EE

RGB

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

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

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

R = 31.11%
G = 32.78%
B = 36.12%

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

#CDD8EE (or 0xCDD8EE) is known color: Hawkes Blue. HEX triplet: CD, D8 and EE. RGB value is (205,216,238). Sum of RGB (Red+Green+Blue) = 205+216+238=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #CDD8EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EE is #322711. Grayscale: #D7D7D7. Windows color (decimal): -3286802 or 15653069. OLE color: 15653069.

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

Color convert

RGB 205 216 238 -
CMYK 0.14 0.09 0 0.07
HSL 220º 0.49% 0.87% -
HSV(B) 220º 0.14% 0.93% -
XYZ 65.17 68.26 90.63 -
YUV 215.22 140.86 120.71 -
System Red Green Blue C M Y K H S L
Decimal 205 216 238 0.14 0.09 0 0.07 220 0.49 0.87
Hex CD D8 EE E 9 0 7 DC 31 57
Octal 315 330 356 16 11 0 7 334 61 127
Binary 11001101 11011000 11101110 1110 1001 0 111 11011100 110001 1010111

Color Harmonies of #CDD8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8EE

Black with #CDD8EE

Text Example


Text Example

White with #CDD8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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