Html Css Color HEX #CEDBF4 Hawkes Blue

📋 copy color: '#CEDBF4'

red 206 ◦ green 219 ◦ blue 244

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

Shades of Hawkes Blue #CEDBF4

Tints of Hawkes Blue #CEDBF4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 32.74%

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

R = 30.79%
G = 32.74%
B = 36.47%

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

#CEDBF4 (or 0xCEDBF4) is known color: Hawkes Blue. HEX triplet: CE, DB and F4. RGB value is (206,219,244). Sum of RGB (Red+Green+Blue) = 206+219+244=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 219 (85.94% from 255 or 32.74% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEDBF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBF4 is #31240B. Grayscale: #D9D9D9. Windows color (decimal): -3220492 or 16047054. OLE color: 16047054.

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

Color convert

RGB 206 219 244 -
CMYK 0.16 0.10 0 0.04
HSL 219.47º 0.63% 0.88% -
HSV(B) 219.47º 0.16% 0.96% -
XYZ 67.11 70.32 95.62 -
YUV 217.96 142.69 119.47 -
System Red Green Blue C M Y K H S L
Decimal 206 219 244 0.16 0.10 0 0.04 219.47 0.63 0.88
Hex CE DB F4 10 A 0 4 DB 3F 58
Octal 316 333 364 20 12 0 4 333 77 130
Binary 11001110 11011011 11110100 10000 1010 0 100 11011011 111111 1011000

Color Harmonies of #CEDBF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBF4

Black with #CEDBF4

Text Example


Text Example

White with #CEDBF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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