Html Css Color HEX #CED8F2 Hawkes Blue

📋 copy color: '#CED8F2'

red 206 ◦ green 216 ◦ blue 242

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

Shades of Hawkes Blue #CED8F2

Tints of Hawkes Blue #CED8F2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.53%

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 31.02%
G = 32.53%
B = 36.45%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CED8F2 (or 0xCED8F2) is known color: Hawkes Blue. HEX triplet: CE, D8 and F2. RGB value is (206,216,242). Sum of RGB (Red+Green+Blue) = 206+216+242=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 216 (84.77% from 255 or 32.53% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8F2 is #31270D. Grayscale: #D7D7D7. Windows color (decimal): -3221262 or 15915214. OLE color: 15915214.

HSL color Cylindrical-coordinate representation of color #CED8F2: hue angle of 223.33º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED8F2 is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 216 242 -
CMYK 0.15 0.11 0 0.05
HSL 223.33º 0.58% 0.88% -
HSV(B) 223.33º 0.15% 0.95% -
XYZ 66.04 68.64 93.77 -
YUV 215.97 142.69 120.89 -
System Red Green Blue C M Y K H S L
Decimal 206 216 242 0.15 0.11 0 0.05 223.33 0.58 0.88
Hex CE D8 F2 F B 0 5 DF 3A 58
Octal 316 330 362 17 13 0 5 337 72 130
Binary 11001110 11011000 11110010 1111 1011 0 101 11011111 111010 1011000

Color Harmonies of #CED8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8F2

Black with #CED8F2

Text Example


Text Example

White with #CED8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8F2; }

 p { color: rgb(206,216,242); }

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

background-color css

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

 a { background-color: rgb(206,216,242); }

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

border-color css

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

 span { border-color: rgb(206,216,242); }

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