Html Css Color HEX #CED4EB Hawkes Blue

📋 copy color: '#CED4EB'

red 206 ◦ green 212 ◦ blue 235

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

Shades of Hawkes Blue #CED4EB

Tints of Hawkes Blue #CED4EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 31.55%
G = 32.47%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CED4EB (or 0xCED4EB) is known color: Hawkes Blue. HEX triplet: CE, D4 and EB. RGB value is (206,212,235). Sum of RGB (Red+Green+Blue) = 206+212+235=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 212 (83.20% from 255 or 32.47% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #CED4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4EB is #312B14. Grayscale: #D4D4D4. Windows color (decimal): -3222293 or 15455438. OLE color: 15455438.

HSL color Cylindrical-coordinate representation of color #CED4EB: hue angle of 227.59º degrees, saturation: 0.42, 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 #CED4EB is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 212 235 -
CMYK 0.12 0.10 0 0.08
HSL 227.59º 0.42% 0.86% -
HSV(B) 227.59º 0.12% 0.92% -
XYZ 63.99 66.21 88 -
YUV 212.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 206 212 235 0.12 0.10 0 0.08 227.59 0.42 0.86
Hex CE D4 EB C A 0 8 E4 2A 56
Octal 316 324 353 14 12 0 10 344 52 126
Binary 11001110 11010100 11101011 1100 1010 0 1000 11100100 101010 1010110

Color Harmonies of #CED4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4EB

Black with #CED4EB

Text Example


Text Example

White with #CED4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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