Html Css Color HEX #CEDAF2 Hawkes Blue

📋 copy color: '#CEDAF2'

red 206 ◦ green 218 ◦ blue 242

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

Shades of Hawkes Blue #CEDAF2

Tints of Hawkes Blue #CEDAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.34%

R = 30.93%
G = 32.73%
B = 36.34%

CMYK

 C value IS 0.15

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CEDAF2 (or 0xCEDAF2) is known color: Hawkes Blue. HEX triplet: CE, DA and F2. RGB value is (206,218,242). Sum of RGB (Red+Green+Blue) = 206+218+242=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #CEDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF2 is #31250D. Grayscale: #D9D9D9. Windows color (decimal): -3220750 or 15915726. OLE color: 15915726.

HSL color Cylindrical-coordinate representation of color #CEDAF2: hue angle of 220º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEDAF2 is Cyan = 0.15, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 218 242 -
CMYK 0.15 0.10 0 0.05
HSL 220º 0.58% 0.88% -
HSV(B) 220º 0.15% 0.95% -
XYZ 66.55 69.68 93.95 -
YUV 217.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 206 218 242 0.15 0.10 0 0.05 220 0.58 0.88
Hex CE DA F2 F A 0 5 DC 3A 58
Octal 316 332 362 17 12 0 5 334 72 130
Binary 11001110 11011010 11110010 1111 1010 0 101 11011100 111010 1011000

Color Harmonies of #CEDAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAF2

Black with #CEDAF2

Text Example


Text Example

White with #CEDAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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