Html Css Color HEX #CED1E9 Hawkes Blue

📋 copy color: '#CED1E9'

red 206 ◦ green 209 ◦ blue 233

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

Shades of Hawkes Blue #CED1E9

Tints of Hawkes Blue #CED1E9

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.25%

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

R = 31.79%
G = 32.25%
B = 35.96%

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

#CED1E9 (or 0xCED1E9) is known color: Hawkes Blue. HEX triplet: CE, D1 and E9. RGB value is (206,209,233). Sum of RGB (Red+Green+Blue) = 206+209+233=648 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.79% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED1E9 is #312E16. Grayscale: #D2D2D2. Windows color (decimal): -3223063 or 15323598. OLE color: 15323598.

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

Color convert

RGB 206 209 233 -
CMYK 0.12 0.10 0 0.09
HSL 233.33º 0.38% 0.86% -
HSV(B) 233.33º 0.12% 0.91% -
XYZ 62.96 64.61 86.24 -
YUV 210.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 206 209 233 0.12 0.10 0 0.09 233.33 0.38 0.86
Hex CE D1 E9 C A 0 9 E9 26 56
Octal 316 321 351 14 12 0 11 351 46 126
Binary 11001110 11010001 11101001 1100 1010 0 1001 11101001 100110 1010110

Color Harmonies of #CED1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1E9

Black with #CED1E9

Text Example


Text Example

White with #CED1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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