Html Css Color HEX #CDDBEC Hawkes Blue

📋 copy color: '#CDDBEC'

red 205 ◦ green 219 ◦ blue 236

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

Shades of Hawkes Blue #CDDBEC

Tints of Hawkes Blue #CDDBEC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.18%

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

R = 31.06%
G = 33.18%
B = 35.76%

CMYK

 C value IS 0.13

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CDDBEC (or 0xCDDBEC) is known color: Hawkes Blue. HEX triplet: CD, DB and EC. RGB value is (205,219,236). Sum of RGB (Red+Green+Blue) = 205+219+236=660 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.06% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDBEC is #322413. Grayscale: #D8D8D8. Windows color (decimal): -3286036 or 15522765. OLE color: 15522765.

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

Color convert

RGB 205 219 236 -
CMYK 0.13 0.07 0 0.07
HSL 212.9º 0.45% 0.86% -
HSV(B) 212.9º 0.13% 0.93% -
XYZ 65.65 69.7 89.35 -
YUV 216.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 205 219 236 0.13 0.07 0 0.07 212.9 0.45 0.86
Hex CD DB EC D 7 0 7 D5 2D 56
Octal 315 333 354 15 7 0 7 325 55 126
Binary 11001101 11011011 11101100 1101 111 0 111 11010101 101101 1010110

Color Harmonies of #CDDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDBEC

Black with #CDDBEC

Text Example


Text Example

White with #CDDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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