Html Css Color HEX #CEDAF5 Hawkes Blue

📋 copy color: '#CEDAF5'

red 206 ◦ green 218 ◦ blue 245

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

Shades of Hawkes Blue #CEDAF5

Tints of Hawkes Blue #CEDAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 36.62%

R = 30.79%
G = 32.59%
B = 36.62%

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

#CEDAF5 (or 0xCEDAF5) is known color: Hawkes Blue. HEX triplet: CE, DA and F5. RGB value is (206,218,245). Sum of RGB (Red+Green+Blue) = 206+218+245=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 218 (85.55% from 255 or 32.59% from 669); Blue value is 245 (96.09% from 255 or 36.62% from 669); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEDAF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF5 is #31250A. Grayscale: #D9D9D9. Windows color (decimal): -3220747 or 16112334. OLE color: 16112334.

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

Color convert

RGB 206 218 245 -
CMYK 0.16 0.11 0 0.04
HSL 221.54º 0.66% 0.88% -
HSV(B) 221.54º 0.16% 0.96% -
XYZ 67.01 69.86 96.34 -
YUV 217.49 143.52 119.8 -
System Red Green Blue C M Y K H S L
Decimal 206 218 245 0.16 0.11 0 0.04 221.54 0.66 0.88
Hex CE DA F5 10 B 0 4 DE 42 58
Octal 316 332 365 20 13 0 4 336 102 130
Binary 11001110 11011010 11110101 10000 1011 0 100 11011110 1000010 1011000

Color Harmonies of #CEDAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAF5

Black with #CEDAF5

Text Example


Text Example

White with #CEDAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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