Html Css Color HEX #CEDCEE Hawkes Blue

📋 copy color: '#CEDCEE'

red 206 ◦ green 220 ◦ blue 238

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

Shades of Hawkes Blue #CEDCEE

Tints of Hawkes Blue #CEDCEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.84%

R = 31.02%
G = 33.13%
B = 35.84%

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

#CEDCEE (or 0xCEDCEE) is known color: Hawkes Blue. HEX triplet: CE, DC and EE. RGB value is (206,220,238). Sum of RGB (Red+Green+Blue) = 206+220+238=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 220 (86.33% from 255 or 33.13% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEDCEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCEE is #312311. Grayscale: #D9D9D9. Windows color (decimal): -3220242 or 15654094. OLE color: 15654094.

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

Color convert

RGB 206 220 238 -
CMYK 0.13 0.08 0 0.07
HSL 213.75º 0.48% 0.87% -
HSV(B) 213.75º 0.13% 0.93% -
XYZ 66.48 70.48 90.99 -
YUV 217.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 206 220 238 0.13 0.08 0 0.07 213.75 0.48 0.87
Hex CE DC EE D 8 0 7 D6 30 57
Octal 316 334 356 15 10 0 7 326 60 127
Binary 11001110 11011100 11101110 1101 1000 0 111 11010110 110000 1010111

Color Harmonies of #CEDCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCEE

Black with #CEDCEE

Text Example


Text Example

White with #CEDCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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