Html Css Color HEX #CED5E8 Hawkes Blue

📋 copy color: '#CED5E8'

red 206 ◦ green 213 ◦ blue 232

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

Shades of Hawkes Blue #CED5E8

Tints of Hawkes Blue #CED5E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.64%

R = 31.64%
G = 32.72%
B = 35.64%

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

#CED5E8 (or 0xCED5E8) is known color: Hawkes Blue. HEX triplet: CE, D5 and E8. RGB value is (206,213,232). Sum of RGB (Red+Green+Blue) = 206+213+232=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 213 (83.59% from 255 or 32.72% from 651); Blue value is 232 (91.02% from 255 or 35.64% from 651); Max value from RGB is 232 - color contains mainly: blue. Hex color #CED5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5E8 is #312A17. Grayscale: #D4D4D4. Windows color (decimal): -3222040 or 15259086. OLE color: 15259086.

HSL color Cylindrical-coordinate representation of color #CED5E8: hue angle of 223.85º degrees, saturation: 0.36, 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 #CED5E8 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 213 232 -
CMYK 0.11 0.08 0 0.09
HSL 223.85º 0.36% 0.86% -
HSV(B) 223.85º 0.11% 0.91% -
XYZ 63.81 66.54 85.82 -
YUV 213.07 138.68 122.96 -
System Red Green Blue C M Y K H S L
Decimal 206 213 232 0.11 0.08 0 0.09 223.85 0.36 0.86
Hex CE D5 E8 B 8 0 9 E0 24 56
Octal 316 325 350 13 10 0 11 340 44 126
Binary 11001110 11010101 11101000 1011 1000 0 1001 11100000 100100 1010110

Color Harmonies of #CED5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5E8

Black with #CED5E8

Text Example


Text Example

White with #CED5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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