Html Css Color HEX #CEDAE6 Hawkes Blue

📋 copy color: '#CEDAE6'

red 206 ◦ green 218 ◦ blue 230

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

Shades of Hawkes Blue #CEDAE6

Tints of Hawkes Blue #CEDAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.17%

R = 31.5%
G = 33.33%
B = 35.17%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CEDAE6 (or 0xCEDAE6) is known color: Hawkes Blue. HEX triplet: CE, DA and E6. RGB value is (206,218,230). Sum of RGB (Red+Green+Blue) = 206+218+230=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #CEDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDAE6 is #312519. Grayscale: #D7D7D7. Windows color (decimal): -3220762 or 15129294. OLE color: 15129294.

HSL color Cylindrical-coordinate representation of color #CEDAE6: hue angle of 210º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEDAE6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 218 230 -
CMYK 0.10 0.05 0 0.10
HSL 210º 0.32% 0.85% -
HSV(B) 210º 0.1% 0.9% -
XYZ 64.81 68.98 84.76 -
YUV 215.78 136.02 121.02 -
System Red Green Blue C M Y K H S L
Decimal 206 218 230 0.10 0.05 0 0.10 210 0.32 0.85
Hex CE DA E6 A 5 0 A D2 20 55
Octal 316 332 346 12 5 0 12 322 40 125
Binary 11001110 11011010 11100110 1010 101 0 1010 11010010 100000 1010101

Color Harmonies of #CEDAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDAE6

Black with #CEDAE6

Text Example


Text Example

White with #CEDAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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