Html Css Color HEX #CDD8EC Hawkes Blue

📋 copy color: '#CDD8EC'

red 205 ◦ green 216 ◦ blue 236

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

Shades of Hawkes Blue #CDD8EC

Tints of Hawkes Blue #CDD8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 35.92%

R = 31.2%
G = 32.88%
B = 35.92%

CMYK

 C value IS 0.13

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDD8EC (or 0xCDD8EC) is known color: Hawkes Blue. HEX triplet: CD, D8 and EC. RGB value is (205,216,236). Sum of RGB (Red+Green+Blue) = 205+216+236=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 216 (84.77% from 255 or 32.88% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDD8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD8EC is #322713. Grayscale: #D6D6D6. Windows color (decimal): -3286804 or 15521997. OLE color: 15521997.

HSL color Cylindrical-coordinate representation of color #CDD8EC: hue angle of 218.71º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDD8EC is Cyan = 0.13, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 205 216 236 -
CMYK 0.13 0.08 0 0.07
HSL 218.71º 0.45% 0.86% -
HSV(B) 218.71º 0.13% 0.93% -
XYZ 64.87 68.15 89.09 -
YUV 214.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 205 216 236 0.13 0.08 0 0.07 218.71 0.45 0.86
Hex CD D8 EC D 8 0 7 DB 2D 56
Octal 315 330 354 15 10 0 7 333 55 126
Binary 11001101 11011000 11101100 1101 1000 0 111 11011011 101101 1010110

Color Harmonies of #CDD8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD8EC

Black with #CDD8EC

Text Example


Text Example

White with #CDD8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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