Html Css Color HEX #CED5EA Hawkes Blue

📋 copy color: '#CED5EA'

red 206 ◦ green 213 ◦ blue 234

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

Shades of Hawkes Blue #CED5EA

Tints of Hawkes Blue #CED5EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.83%

R = 31.55%
G = 32.62%
B = 35.83%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CED5EA (or 0xCED5EA) is known color: Hawkes Blue. HEX triplet: CE, D5 and EA. RGB value is (206,213,234). Sum of RGB (Red+Green+Blue) = 206+213+234=653 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.55% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5EA is #312A15. Grayscale: #D5D5D5. Windows color (decimal): -3222038 or 15390158. OLE color: 15390158.

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

Color convert

RGB 206 213 234 -
CMYK 0.12 0.09 0 0.08
HSL 225º 0.4% 0.86% -
HSV(B) 225º 0.12% 0.92% -
XYZ 64.1 66.65 87.33 -
YUV 213.3 139.68 122.79 -
System Red Green Blue C M Y K H S L
Decimal 206 213 234 0.12 0.09 0 0.08 225 0.4 0.86
Hex CE D5 EA C 9 0 8 E1 28 56
Octal 316 325 352 14 11 0 10 341 50 126
Binary 11001110 11010101 11101010 1100 1001 0 1000 11100001 101000 1010110

Color Harmonies of #CED5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5EA

Black with #CED5EA

Text Example


Text Example

White with #CED5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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