Html Css Color HEX #CEDCED Hawkes Blue

📋 copy color: '#CEDCED'

red 206 ◦ green 220 ◦ blue 237

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

Shades of Hawkes Blue #CEDCED

Tints of Hawkes Blue #CEDCED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.75%

R = 31.07%
G = 33.18%
B = 35.75%

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

#CEDCED (or 0xCEDCED) is known color: Hawkes Blue. HEX triplet: CE, DC and ED. RGB value is (206,220,237). Sum of RGB (Red+Green+Blue) = 206+220+237=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEDCED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCED is #312312. Grayscale: #D9D9D9. Windows color (decimal): -3220243 or 15588558. OLE color: 15588558.

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

Color convert

RGB 206 220 237 -
CMYK 0.13 0.07 0 0.07
HSL 212.9º 0.46% 0.87% -
HSV(B) 212.9º 0.13% 0.93% -
XYZ 66.33 70.42 90.22 -
YUV 217.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 206 220 237 0.13 0.07 0 0.07 212.9 0.46 0.87
Hex CE DC ED D 7 0 7 D5 2E 57
Octal 316 334 355 15 7 0 7 325 56 127
Binary 11001110 11011100 11101101 1101 111 0 111 11010101 101110 1010111

Color Harmonies of #CEDCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCED

Black with #CEDCED

Text Example


Text Example

White with #CEDCED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCED; }

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

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

background-color css

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

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

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

border-color css

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

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

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