Html Css Color HEX #CEDCF6 Hawkes Blue

📋 copy color: '#CEDCF6'

red 206 ◦ green 220 ◦ blue 246

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

Shades of Hawkes Blue #CEDCF6

Tints of Hawkes Blue #CEDCF6

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.74%

 BLUE value IS 246 (96.48% from 255) = 36.61%

R = 30.65%
G = 32.74%
B = 36.61%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CEDCF6 (or 0xCEDCF6) is known color: Hawkes Blue. HEX triplet: CE, DC and F6. RGB value is (206,220,246). Sum of RGB (Red+Green+Blue) = 206+220+246=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 220 (86.33% from 255 or 32.74% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEDCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCF6 is #312309. Grayscale: #DADADA. Windows color (decimal): -3220234 or 16178382. OLE color: 16178382.

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

Color convert

RGB 206 220 246 -
CMYK 0.16 0.11 0 0.04
HSL 219º 0.69% 0.89% -
HSV(B) 219º 0.16% 0.96% -
XYZ 67.68 70.96 97.32 -
YUV 218.78 143.36 118.89 -
System Red Green Blue C M Y K H S L
Decimal 206 220 246 0.16 0.11 0 0.04 219 0.69 0.89
Hex CE DC F6 10 B 0 4 DB 45 59
Octal 316 334 366 20 13 0 4 333 105 131
Binary 11001110 11011100 11110110 10000 1011 0 100 11011011 1000101 1011001

Color Harmonies of #CEDCF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCF6

Black with #CEDCF6

Text Example


Text Example

White with #CEDCF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCF6; }

 p { color: rgb(206,220,246); }

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

background-color css

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

 a { background-color: rgb(206,220,246); }

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

border-color css

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

 span { border-color: rgb(206,220,246); }

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