Html Css Color HEX #CED7EA Hawkes Blue

📋 copy color: '#CED7EA'

red 206 ◦ green 215 ◦ blue 234

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

Shades of Hawkes Blue #CED7EA

Tints of Hawkes Blue #CED7EA

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.82%

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

R = 31.45%
G = 32.82%
B = 35.73%

CMYK

 C value IS 0.12

 M value IS 0.08

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CED7EA (or 0xCED7EA) is known color: Hawkes Blue. HEX triplet: CE, D7 and EA. RGB value is (206,215,234). Sum of RGB (Red+Green+Blue) = 206+215+234=655 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.45% from 655); Green value is 215 (84.38% from 255 or 32.82% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7EA is #312815. Grayscale: #D6D6D6. Windows color (decimal): -3221526 or 15390670. OLE color: 15390670.

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

Color convert

RGB 206 215 234 -
CMYK 0.12 0.08 0 0.08
HSL 220.71º 0.4% 0.86% -
HSV(B) 220.71º 0.12% 0.92% -
XYZ 64.61 67.66 87.5 -
YUV 214.48 139.02 121.96 -
System Red Green Blue C M Y K H S L
Decimal 206 215 234 0.12 0.08 0 0.08 220.71 0.4 0.86
Hex CE D7 EA C 8 0 8 DD 28 56
Octal 316 327 352 14 10 0 10 335 50 126
Binary 11001110 11010111 11101010 1100 1000 0 1000 11011101 101000 1010110

Color Harmonies of #CED7EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7EA

Black with #CED7EA

Text Example


Text Example

White with #CED7EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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