Html Css Color HEX #CED3E9 Hawkes Blue

📋 copy color: '#CED3E9'

red 206 ◦ green 211 ◦ blue 233

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

Shades of Hawkes Blue #CED3E9

Tints of Hawkes Blue #CED3E9

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.46%

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

R = 31.69%
G = 32.46%
B = 35.85%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CED3E9 (or 0xCED3E9) is known color: Hawkes Blue. HEX triplet: CE, D3 and E9. RGB value is (206,211,233). Sum of RGB (Red+Green+Blue) = 206+211+233=650 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.69% from 650); Green value is 211 (82.81% from 255 or 32.46% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #CED3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3E9 is #312C16. Grayscale: #D3D3D3. Windows color (decimal): -3222551 or 15324110. OLE color: 15324110.

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

Color convert

RGB 206 211 233 -
CMYK 0.12 0.09 0 0.09
HSL 228.89º 0.38% 0.86% -
HSV(B) 228.89º 0.12% 0.91% -
XYZ 63.46 65.59 86.41 -
YUV 212.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 206 211 233 0.12 0.09 0 0.09 228.89 0.38 0.86
Hex CE D3 E9 C 9 0 9 E5 26 56
Octal 316 323 351 14 11 0 11 345 46 126
Binary 11001110 11010011 11101001 1100 1001 0 1001 11100101 100110 1010110

Color Harmonies of #CED3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3E9

Black with #CED3E9

Text Example


Text Example

White with #CED3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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