Html Css Color HEX #CEDCEC Hawkes Blue

📋 copy color: '#CEDCEC'

red 206 ◦ green 220 ◦ blue 236

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

Shades of Hawkes Blue #CEDCEC

Tints of Hawkes Blue #CEDCEC

RGB

 RED value IS 206 (80.86% from 255) = 31.12%

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

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

R = 31.12%
G = 33.23%
B = 35.65%

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

#CEDCEC (or 0xCEDCEC) is known color: Hawkes Blue. HEX triplet: CE, DC and EC. RGB value is (206,220,236). Sum of RGB (Red+Green+Blue) = 206+220+236=662 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.12% from 662); Green value is 220 (86.33% from 255 or 33.23% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEDCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCEC is #312313. Grayscale: #D9D9D9. Windows color (decimal): -3220244 or 15523022. OLE color: 15523022.

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

Color convert

RGB 206 220 236 -
CMYK 0.13 0.07 0 0.07
HSL 212º 0.44% 0.87% -
HSV(B) 212º 0.13% 0.93% -
XYZ 66.19 70.36 89.45 -
YUV 217.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 206 220 236 0.13 0.07 0 0.07 212 0.44 0.87
Hex CE DC EC D 7 0 7 D4 2C 57
Octal 316 334 354 15 7 0 7 324 54 127
Binary 11001110 11011100 11101100 1101 111 0 111 11010100 101100 1010111

Color Harmonies of #CEDCEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCEC

Black with #CEDCEC

Text Example


Text Example

White with #CEDCEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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