Html Css Color HEX #CEDAF0 Hawkes Blue

📋 copy color: '#CEDAF0'

red 206 ◦ green 218 ◦ blue 240

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

Shades of Hawkes Blue #CEDAF0

Tints of Hawkes Blue #CEDAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 36.14%

R = 31.02%
G = 32.83%
B = 36.14%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CEDAF0 (or 0xCEDAF0) is known color: Hawkes Blue. HEX triplet: CE, DA and F0. RGB value is (206,218,240). Sum of RGB (Red+Green+Blue) = 206+218+240=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 240 (94.14% from 255 or 36.14% from 664); Max value from RGB is 240 - color contains mainly: blue. Hex color #CEDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAF0 is #31250F. Grayscale: #D8D8D8. Windows color (decimal): -3220752 or 15784654. OLE color: 15784654.

HSL color Cylindrical-coordinate representation of color #CEDAF0: hue angle of 218.82º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEDAF0 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 218 240 -
CMYK 0.14 0.09 0 0.06
HSL 218.82º 0.53% 0.87% -
HSV(B) 218.82º 0.14% 0.94% -
XYZ 66.25 69.56 92.37 -
YUV 216.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 206 218 240 0.14 0.09 0 0.06 218.82 0.53 0.87
Hex CE DA F0 E 9 0 6 DB 35 57
Octal 316 332 360 16 11 0 6 333 65 127
Binary 11001110 11011010 11110000 1110 1001 0 110 11011011 110101 1010111

Color Harmonies of #CEDAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAF0

Black with #CEDAF0

Text Example


Text Example

White with #CEDAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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