Html Css Color HEX #CED4E9 Hawkes Blue

📋 copy color: '#CED4E9'

red 206 ◦ green 212 ◦ blue 233

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

Shades of Hawkes Blue #CED4E9

Tints of Hawkes Blue #CED4E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.79%

R = 31.64%
G = 32.57%
B = 35.79%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED4E9 (or 0xCED4E9) is known color: Hawkes Blue. HEX triplet: CE, D4 and E9. RGB value is (206,212,233). Sum of RGB (Red+Green+Blue) = 206+212+233=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 212 (83.20% from 255 or 32.57% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4E9 is #312B16. Grayscale: #D4D4D4. Windows color (decimal): -3222295 or 15324366. OLE color: 15324366.

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

Color convert

RGB 206 212 233 -
CMYK 0.12 0.09 0 0.09
HSL 226.67º 0.38% 0.86% -
HSV(B) 226.67º 0.12% 0.91% -
XYZ 63.71 66.09 86.49 -
YUV 212.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 206 212 233 0.12 0.09 0 0.09 226.67 0.38 0.86
Hex CE D4 E9 C 9 0 9 E3 26 56
Octal 316 324 351 14 11 0 11 343 46 126
Binary 11001110 11010100 11101001 1100 1001 0 1001 11100011 100110 1010110

Color Harmonies of #CED4E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4E9

Black with #CED4E9

Text Example


Text Example

White with #CED4E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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