Html Css Color HEX #CDDCEC Hawkes Blue

📋 copy color: '#CDDCEC'

red 205 ◦ green 220 ◦ blue 236

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

Shades of Hawkes Blue #CDDCEC

Tints of Hawkes Blue #CDDCEC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.28%

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

R = 31.01%
G = 33.28%
B = 35.7%

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

#CDDCEC (or 0xCDDCEC) is known color: Hawkes Blue. HEX triplet: CD, DC and EC. RGB value is (205,220,236). Sum of RGB (Red+Green+Blue) = 205+220+236=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 220 (86.33% from 255 or 33.28% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 236 - color contains mainly: blue. Hex color #CDDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDCEC is #322313. Grayscale: #D9D9D9. Windows color (decimal): -3285780 or 15523021. OLE color: 15523021.

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

Color convert

RGB 205 220 236 -
CMYK 0.13 0.07 0 0.07
HSL 210.97º 0.45% 0.86% -
HSV(B) 210.97º 0.13% 0.93% -
XYZ 65.91 70.22 89.44 -
YUV 217.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 205 220 236 0.13 0.07 0 0.07 210.97 0.45 0.86
Hex CD DC EC D 7 0 7 D3 2D 56
Octal 315 334 354 15 7 0 7 323 55 126
Binary 11001101 11011100 11101100 1101 111 0 111 11010011 101101 1010110

Color Harmonies of #CDDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCEC

Black with #CDDCEC

Text Example


Text Example

White with #CDDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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