Html Css Color HEX #CED4EA Hawkes Blue

📋 copy color: '#CED4EA'

red 206 ◦ green 212 ◦ blue 234

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

Shades of Hawkes Blue #CED4EA

Tints of Hawkes Blue #CED4EA

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.52%

 BLUE value IS 234 (91.8% from 255) = 35.89%

R = 31.6%
G = 32.52%
B = 35.89%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CED4EA (or 0xCED4EA) is known color: Hawkes Blue. HEX triplet: CE, D4 and EA. RGB value is (206,212,234). Sum of RGB (Red+Green+Blue) = 206+212+234=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 212 (83.20% from 255 or 32.52% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4EA is #312B15. Grayscale: #D4D4D4. Windows color (decimal): -3222294 or 15389902. OLE color: 15389902.

HSL color Cylindrical-coordinate representation of color #CED4EA: hue angle of 227.14º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CED4EA is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 212 234 -
CMYK 0.12 0.09 0 0.08
HSL 227.14º 0.4% 0.86% -
HSV(B) 227.14º 0.12% 0.92% -
XYZ 63.85 66.15 87.24 -
YUV 212.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 206 212 234 0.12 0.09 0 0.08 227.14 0.4 0.86
Hex CE D4 EA C 9 0 8 E3 28 56
Octal 316 324 352 14 11 0 10 343 50 126
Binary 11001110 11010100 11101010 1100 1001 0 1000 11100011 101000 1010110

Color Harmonies of #CED4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4EA

Black with #CED4EA

Text Example


Text Example

White with #CED4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4EA; }

 p { color: rgb(206,212,234); }

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

background-color css

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

 a { background-color: rgb(206,212,234); }

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

border-color css

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

 span { border-color: rgb(206,212,234); }

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