Html Css Color HEX #CED4E7 Hawkes Blue

📋 copy color: '#CED4E7'

red 206 ◦ green 212 ◦ blue 231

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

Shades of Hawkes Blue #CED4E7

Tints of Hawkes Blue #CED4E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.59%

R = 31.74%
G = 32.67%
B = 35.59%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED4E7 (or 0xCED4E7) is known color: Hawkes Blue. HEX triplet: CE, D4 and E7. RGB value is (206,212,231). Sum of RGB (Red+Green+Blue) = 206+212+231=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 212 (83.20% from 255 or 32.67% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 231 - color contains mainly: blue. Hex color #CED4E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4E7 is #312B18. Grayscale: #D4D4D4. Windows color (decimal): -3222297 or 15193294. OLE color: 15193294.

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

Color convert

RGB 206 212 231 -
CMYK 0.11 0.08 0 0.09
HSL 225.6º 0.34% 0.86% -
HSV(B) 225.6º 0.11% 0.91% -
XYZ 63.42 65.98 84.99 -
YUV 212.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 206 212 231 0.11 0.08 0 0.09 225.6 0.34 0.86
Hex CE D4 E7 B 8 0 9 E2 22 56
Octal 316 324 347 13 10 0 11 342 42 126
Binary 11001110 11010100 11100111 1011 1000 0 1001 11100010 100010 1010110

Color Harmonies of #CED4E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4E7

Black with #CED4E7

Text Example


Text Example

White with #CED4E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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