Html Css Color HEX #CED2EA Hawkes Blue

📋 copy color: '#CED2EA'

red 206 ◦ green 210 ◦ blue 234

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

Shades of Hawkes Blue #CED2EA

Tints of Hawkes Blue #CED2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

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

R = 31.69%
G = 32.31%
B = 36%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CED2EA (or 0xCED2EA) is known color: Hawkes Blue. HEX triplet: CE, D2 and EA. RGB value is (206,210,234). Sum of RGB (Red+Green+Blue) = 206+210+234=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2EA is #312D15. Grayscale: #D3D3D3. Windows color (decimal): -3222806 or 15389390. OLE color: 15389390.

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

Color convert

RGB 206 210 234 -
CMYK 0.12 0.10 0 0.08
HSL 231.43º 0.4% 0.86% -
HSV(B) 231.43º 0.12% 0.92% -
XYZ 63.35 65.16 87.08 -
YUV 211.54 140.67 124.05 -
System Red Green Blue C M Y K H S L
Decimal 206 210 234 0.12 0.10 0 0.08 231.43 0.4 0.86
Hex CE D2 EA C A 0 8 E7 28 56
Octal 316 322 352 14 12 0 10 347 50 126
Binary 11001110 11010010 11101010 1100 1010 0 1000 11100111 101000 1010110

Color Harmonies of #CED2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2EA

Black with #CED2EA

Text Example


Text Example

White with #CED2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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