Html Css Color HEX #CEDDF5 Hawkes Blue

📋 copy color: '#CEDDF5'

red 206 ◦ green 221 ◦ blue 245

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

Shades of Hawkes Blue #CEDDF5

Tints of Hawkes Blue #CEDDF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.46%

R = 30.65%
G = 32.89%
B = 36.46%

CMYK

 C value IS 0.16

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEDDF5 (or 0xCEDDF5) is known color: Hawkes Blue. HEX triplet: CE, DD and F5. RGB value is (206,221,245). Sum of RGB (Red+Green+Blue) = 206+221+245=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 221 (86.72% from 255 or 32.89% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDDF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF5 is #31220A. Grayscale: #DBDBDB. Windows color (decimal): -3219979 or 16113102. OLE color: 16113102.

HSL color Cylindrical-coordinate representation of color #CEDDF5: hue angle of 216.92º degrees, saturation: 0.66, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEDDF5 is Cyan = 0.16, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 221 245 -
CMYK 0.16 0.10 0 0.04
HSL 216.92º 0.66% 0.88% -
HSV(B) 216.92º 0.16% 0.96% -
XYZ 67.79 71.43 96.6 -
YUV 219.25 142.53 118.55 -
System Red Green Blue C M Y K H S L
Decimal 206 221 245 0.16 0.10 0 0.04 216.92 0.66 0.88
Hex CE DD F5 10 A 0 4 D9 42 58
Octal 316 335 365 20 12 0 4 331 102 130
Binary 11001110 11011101 11110101 10000 1010 0 100 11011001 1000010 1011000

Color Harmonies of #CEDDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDF5

Black with #CEDDF5

Text Example


Text Example

White with #CEDDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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