Html Css Color HEX #CED3EA Hawkes Blue

📋 copy color: '#CED3EA'

red 206 ◦ green 211 ◦ blue 234

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

Shades of Hawkes Blue #CED3EA

Tints of Hawkes Blue #CED3EA

RGB

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

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

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

R = 31.64%
G = 32.41%
B = 35.94%

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

#CED3EA (or 0xCED3EA) is known color: Hawkes Blue. HEX triplet: CE, D3 and EA. RGB value is (206,211,234). Sum of RGB (Red+Green+Blue) = 206+211+234=651 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.64% from 651); Green value is 211 (82.81% from 255 or 32.41% from 651); Blue value is 234 (91.80% from 255 or 35.94% from 651); Max value from RGB is 234 - color contains mainly: blue. Hex color #CED3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3EA is #312C15. Grayscale: #D4D4D4. Windows color (decimal): -3222550 or 15389646. OLE color: 15389646.

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

Color convert

RGB 206 211 234 -
CMYK 0.12 0.10 0 0.08
HSL 229.29º 0.4% 0.86% -
HSV(B) 229.29º 0.12% 0.92% -
XYZ 63.6 65.65 87.16 -
YUV 212.13 140.34 123.63 -
System Red Green Blue C M Y K H S L
Decimal 206 211 234 0.12 0.10 0 0.08 229.29 0.4 0.86
Hex CE D3 EA C A 0 8 E5 28 56
Octal 316 323 352 14 12 0 10 345 50 126
Binary 11001110 11010011 11101010 1100 1010 0 1000 11100101 101000 1010110

Color Harmonies of #CED3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3EA

Black with #CED3EA

Text Example


Text Example

White with #CED3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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