Html Css Color HEX #CED5E9 Hawkes Blue

📋 copy color: '#CED5E9'

red 206 ◦ green 213 ◦ blue 233

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

Shades of Hawkes Blue #CED5E9

Tints of Hawkes Blue #CED5E9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.67%

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

R = 31.6%
G = 32.67%
B = 35.74%

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

#CED5E9 (or 0xCED5E9) is known color: Hawkes Blue. HEX triplet: CE, D5 and E9. RGB value is (206,213,233). Sum of RGB (Red+Green+Blue) = 206+213+233=652 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.60% from 652); Green value is 213 (83.59% from 255 or 32.67% from 652); Blue value is 233 (91.41% from 255 or 35.74% from 652); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED5E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5E9 is #312A16. Grayscale: #D5D5D5. Windows color (decimal): -3222039 or 15324622. OLE color: 15324622.

HSL color Cylindrical-coordinate representation of color #CED5E9: hue angle of 224.44º 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 #CED5E9 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 213 233 -
CMYK 0.12 0.09 0 0.09
HSL 224.44º 0.38% 0.86% -
HSV(B) 224.44º 0.12% 0.91% -
XYZ 63.96 66.59 86.57 -
YUV 213.19 139.18 122.87 -
System Red Green Blue C M Y K H S L
Decimal 206 213 233 0.12 0.09 0 0.09 224.44 0.38 0.86
Hex CE D5 E9 C 9 0 9 E0 26 56
Octal 316 325 351 14 11 0 11 340 46 126
Binary 11001110 11010101 11101001 1100 1001 0 1001 11100000 100110 1010110

Color Harmonies of #CED5E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5E9

Black with #CED5E9

Text Example


Text Example

White with #CED5E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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