Html Css Color HEX #CEDDF4 Hawkes Blue

📋 copy color: '#CEDDF4'

red 206 ◦ green 221 ◦ blue 244

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

Shades of Hawkes Blue #CEDDF4

Tints of Hawkes Blue #CEDDF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 36.36%

R = 30.7%
G = 32.94%
B = 36.36%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEDDF4 (or 0xCEDDF4) is known color: Hawkes Blue. HEX triplet: CE, DD and F4. RGB value is (206,221,244). Sum of RGB (Red+Green+Blue) = 206+221+244=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 221 (86.72% from 255 or 32.94% from 671); Blue value is 244 (95.70% from 255 or 36.36% from 671); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF4 is #31220B. Grayscale: #DBDBDB. Windows color (decimal): -3219980 or 16047566. OLE color: 16047566.

HSL color Cylindrical-coordinate representation of color #CEDDF4: hue angle of 216.32º degrees, saturation: 0.63, 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 #CEDDF4 is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 221 244 -
CMYK 0.16 0.09 0 0.04
HSL 216.32º 0.63% 0.88% -
HSV(B) 216.32º 0.16% 0.96% -
XYZ 67.64 71.37 95.8 -
YUV 219.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 206 221 244 0.16 0.09 0 0.04 216.32 0.63 0.88
Hex CE DD F4 10 9 0 4 D8 3F 58
Octal 316 335 364 20 11 0 4 330 77 130
Binary 11001110 11011101 11110100 10000 1001 0 100 11011000 111111 1011000

Color Harmonies of #CEDDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDF4

Black with #CEDDF4

Text Example


Text Example

White with #CEDDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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