Html Css Color HEX #CEDDF0 Hawkes Blue

📋 copy color: '#CEDDF0'

red 206 ◦ green 221 ◦ blue 240

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

Shades of Hawkes Blue #CEDDF0

Tints of Hawkes Blue #CEDDF0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.13%

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

R = 30.88%
G = 33.13%
B = 35.98%

CMYK

 C value IS 0.14

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CEDDF0 (or 0xCEDDF0) is known color: Hawkes Blue. HEX triplet: CE, DD and F0. RGB value is (206,221,240). Sum of RGB (Red+Green+Blue) = 206+221+240=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 221 (86.72% from 255 or 33.13% from 667); Blue value is 240 (94.14% from 255 or 35.98% from 667); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEDDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF0 is #31220F. Grayscale: #DADADA. Windows color (decimal): -3219984 or 15785422. OLE color: 15785422.

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

Color convert

RGB 206 221 240 -
CMYK 0.14 0.08 0 0.06
HSL 213.53º 0.53% 0.87% -
HSV(B) 213.53º 0.14% 0.94% -
XYZ 67.04 71.13 92.63 -
YUV 218.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 206 221 240 0.14 0.08 0 0.06 213.53 0.53 0.87
Hex CE DD F0 E 8 0 6 D6 35 57
Octal 316 335 360 16 10 0 6 326 65 127
Binary 11001110 11011101 11110000 1110 1000 0 110 11010110 110101 1010111

Color Harmonies of #CEDDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDF0

Black with #CEDDF0

Text Example


Text Example

White with #CEDDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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