Html Css Color HEX #CED2E9 Hawkes Blue

📋 copy color: '#CED2E9'

red 206 ◦ green 210 ◦ blue 233

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

Shades of Hawkes Blue #CED2E9

Tints of Hawkes Blue #CED2E9

RGB

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

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

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

R = 31.74%
G = 32.36%
B = 35.9%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED2E9 (or 0xCED2E9) is known color: Hawkes Blue. HEX triplet: CE, D2 and E9. RGB value is (206,210,233). Sum of RGB (Red+Green+Blue) = 206+210+233=649 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.74% from 649); Green value is 210 (82.42% from 255 or 32.36% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED2E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED2E9 is #312D16. Grayscale: #D3D3D3. Windows color (decimal): -3222807 or 15323854. OLE color: 15323854.

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

Color convert

RGB 206 210 233 -
CMYK 0.12 0.10 0 0.09
HSL 231.11º 0.38% 0.86% -
HSV(B) 231.11º 0.12% 0.91% -
XYZ 63.21 65.1 86.32 -
YUV 211.43 140.17 124.13 -
System Red Green Blue C M Y K H S L
Decimal 206 210 233 0.12 0.10 0 0.09 231.11 0.38 0.86
Hex CE D2 E9 C A 0 9 E7 26 56
Octal 316 322 351 14 12 0 11 347 46 126
Binary 11001110 11010010 11101001 1100 1010 0 1001 11100111 100110 1010110

Color Harmonies of #CED2E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2E9

Black with #CED2E9

Text Example


Text Example

White with #CED2E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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