Html Css Color HEX #CEDAF8 Hawkes Blue

📋 copy color: '#CEDAF8'

red 206 ◦ green 218 ◦ blue 248

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

Shades of Hawkes Blue #CEDAF8

Tints of Hawkes Blue #CEDAF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.9%

R = 30.65%
G = 32.44%
B = 36.9%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEDAF8 (or 0xCEDAF8) is known color: Hawkes Blue. HEX triplet: CE, DA and F8. RGB value is (206,218,248). Sum of RGB (Red+Green+Blue) = 206+218+248=672 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.65% from 672); Green value is 218 (85.55% from 255 or 32.44% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #CEDAF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF8 is #312507. Grayscale: #D9D9D9. Windows color (decimal): -3220744 or 16308942. OLE color: 16308942.

HSL color Cylindrical-coordinate representation of color #CEDAF8: hue angle of 222.86º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDAF8 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 218 248 -
CMYK 0.17 0.12 0 0.03
HSL 222.86º 0.75% 0.89% -
HSV(B) 222.86º 0.17% 0.97% -
XYZ 67.47 70.04 98.77 -
YUV 217.83 145.02 119.56 -
System Red Green Blue C M Y K H S L
Decimal 206 218 248 0.17 0.12 0 0.03 222.86 0.75 0.89
Hex CE DA F8 11 C 0 3 DF 4B 59
Octal 316 332 370 21 14 0 3 337 113 131
Binary 11001110 11011010 11111000 10001 1100 0 11 11011111 1001011 1011001

Color Harmonies of #CEDAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAF8

Black with #CEDAF8

Text Example


Text Example

White with #CEDAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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