Html Css Color HEX #CED6F0 Hawkes Blue

📋 copy color: '#CED6F0'

red 206 ◦ green 214 ◦ blue 240

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

Shades of Hawkes Blue #CED6F0

Tints of Hawkes Blue #CED6F0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 32.42%

 BLUE value IS 240 (94.14% from 255) = 36.36%

R = 31.21%
G = 32.42%
B = 36.36%

CMYK

 C value IS 0.14

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CED6F0 (or 0xCED6F0) is known color: Hawkes Blue. HEX triplet: CE, D6 and F0. RGB value is (206,214,240). Sum of RGB (Red+Green+Blue) = 206+214+240=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 214 (83.98% from 255 or 32.42% from 660); Blue value is 240 (94.14% from 255 or 36.36% from 660); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED6F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED6F0 is #31290F. Grayscale: #D6D6D6. Windows color (decimal): -3221776 or 15783630. OLE color: 15783630.

HSL color Cylindrical-coordinate representation of color #CED6F0: hue angle of 225.88º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED6F0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 214 240 -
CMYK 0.14 0.11 0 0.06
HSL 225.88º 0.53% 0.87% -
HSV(B) 225.88º 0.14% 0.94% -
XYZ 65.23 67.51 92.03 -
YUV 214.57 142.35 121.89 -
System Red Green Blue C M Y K H S L
Decimal 206 214 240 0.14 0.11 0 0.06 225.88 0.53 0.87
Hex CE D6 F0 E B 0 6 E2 35 57
Octal 316 326 360 16 13 0 6 342 65 127
Binary 11001110 11010110 11110000 1110 1011 0 110 11100010 110101 1010111

Color Harmonies of #CED6F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED6F0

Black with #CED6F0

Text Example


Text Example

White with #CED6F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED6F0; }

 p { color: rgb(206,214,240); }

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

background-color css

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

 a { background-color: rgb(206,214,240); }

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

border-color css

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

 span { border-color: rgb(206,214,240); }

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