Html Css Color HEX #CED5F0 Hawkes Blue

📋 copy color: '#CED5F0'

red 206 ◦ green 213 ◦ blue 240

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

Shades of Hawkes Blue #CED5F0

Tints of Hawkes Blue #CED5F0

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.32%

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

R = 31.26%
G = 32.32%
B = 36.42%

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

#CED5F0 (or 0xCED5F0) is known color: Hawkes Blue. HEX triplet: CE, D5 and F0. RGB value is (206,213,240). Sum of RGB (Red+Green+Blue) = 206+213+240=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 240 (94.14% from 255 or 36.42% from 659); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED5F0 is #312A0F. Grayscale: #D5D5D5. Windows color (decimal): -3222032 or 15783374. OLE color: 15783374.

HSL color Cylindrical-coordinate representation of color #CED5F0: hue angle of 227.65º 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 #CED5F0 is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 213 240 -
CMYK 0.14 0.11 0 0.06
HSL 227.65º 0.53% 0.87% -
HSV(B) 227.65º 0.14% 0.94% -
XYZ 64.98 67 91.95 -
YUV 213.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 206 213 240 0.14 0.11 0 0.06 227.65 0.53 0.87
Hex CE D5 F0 E B 0 6 E4 35 57
Octal 316 325 360 16 13 0 6 344 65 127
Binary 11001110 11010101 11110000 1110 1011 0 110 11100100 110101 1010111

Color Harmonies of #CED5F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED5F0

Black with #CED5F0

Text Example


Text Example

White with #CED5F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED5F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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