Html Css Color HEX #CEDAF6 Hawkes Blue

📋 copy color: '#CEDAF6'

red 206 ◦ green 218 ◦ blue 246

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

Shades of Hawkes Blue #CEDAF6

Tints of Hawkes Blue #CEDAF6

RGB

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

 GREEN value IS 218 (85.55% from 255) = 32.54%

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

R = 30.75%
G = 32.54%
B = 36.72%

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

#CEDAF6 (or 0xCEDAF6) is known color: Hawkes Blue. HEX triplet: CE, DA and F6. RGB value is (206,218,246). Sum of RGB (Red+Green+Blue) = 206+218+246=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 218 (85.55% from 255 or 32.54% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #CEDAF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF6 is #312509. Grayscale: #D9D9D9. Windows color (decimal): -3220746 or 16177870. OLE color: 16177870.

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

Color convert

RGB 206 218 246 -
CMYK 0.16 0.11 0 0.04
HSL 222º 0.69% 0.89% -
HSV(B) 222º 0.16% 0.96% -
XYZ 67.16 69.92 97.14 -
YUV 217.6 144.02 119.72 -
System Red Green Blue C M Y K H S L
Decimal 206 218 246 0.16 0.11 0 0.04 222 0.69 0.89
Hex CE DA F6 10 B 0 4 DE 45 59
Octal 316 332 366 20 13 0 4 336 105 131
Binary 11001110 11011010 11110110 10000 1011 0 100 11011110 1000101 1011001

Color Harmonies of #CEDAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAF6

Black with #CEDAF6

Text Example


Text Example

White with #CEDAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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