Html Css Color HEX #CED4E5 Hawkes Blue

📋 copy color: '#CED4E5'

red 206 ◦ green 212 ◦ blue 229

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

Shades of Hawkes Blue #CED4E5

Tints of Hawkes Blue #CED4E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.39%

R = 31.84%
G = 32.77%
B = 35.39%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED4E5 (or 0xCED4E5) is known color: Hawkes Blue. HEX triplet: CE, D4 and E5. RGB value is (206,212,229). Sum of RGB (Red+Green+Blue) = 206+212+229=647 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.84% from 647); Green value is 212 (83.20% from 255 or 32.77% from 647); Blue value is 229 (89.84% from 255 or 35.39% from 647); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED4E5 is #312B1A. Grayscale: #D4D4D4. Windows color (decimal): -3222299 or 15062222. OLE color: 15062222.

HSL color Cylindrical-coordinate representation of color #CED4E5: hue angle of 224.35º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED4E5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 212 229 -
CMYK 0.10 0.07 0 0.10
HSL 224.35º 0.31% 0.85% -
HSV(B) 224.35º 0.1% 0.9% -
XYZ 63.14 65.87 83.51 -
YUV 212.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 206 212 229 0.10 0.07 0 0.10 224.35 0.31 0.85
Hex CE D4 E5 A 7 0 A E0 1F 55
Octal 316 324 345 12 7 0 12 340 37 125
Binary 11001110 11010100 11100101 1010 111 0 1010 11100000 11111 1010101

Color Harmonies of #CED4E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4E5

Black with #CED4E5

Text Example


Text Example

White with #CED4E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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