Html Css Color HEX #CEDBEB Hawkes Blue

📋 copy color: '#CEDBEB'

red 206 ◦ green 219 ◦ blue 235

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

Shades of Hawkes Blue #CEDBEB

Tints of Hawkes Blue #CEDBEB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.18%

 BLUE value IS 235 (92.19% from 255) = 35.61%

R = 31.21%
G = 33.18%
B = 35.61%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEDBEB (or 0xCEDBEB) is known color: Hawkes Blue. HEX triplet: CE, DB and EB. RGB value is (206,219,235). Sum of RGB (Red+Green+Blue) = 206+219+235=660 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.21% from 660); Green value is 219 (85.94% from 255 or 33.18% from 660); Blue value is 235 (92.19% from 255 or 35.61% from 660); Max value from RGB is 235 - color contains mainly: blue. Hex color #CEDBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBEB is #312414. Grayscale: #D8D8D8. Windows color (decimal): -3220501 or 15457230. OLE color: 15457230.

HSL color Cylindrical-coordinate representation of color #CEDBEB: hue angle of 213.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEDBEB is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 219 235 -
CMYK 0.12 0.07 0 0.08
HSL 213.1º 0.42% 0.86% -
HSV(B) 213.1º 0.12% 0.92% -
XYZ 65.78 69.78 88.6 -
YUV 216.94 138.19 120.2 -
System Red Green Blue C M Y K H S L
Decimal 206 219 235 0.12 0.07 0 0.08 213.1 0.42 0.86
Hex CE DB EB C 7 0 8 D5 2A 56
Octal 316 333 353 14 7 0 10 325 52 126
Binary 11001110 11011011 11101011 1100 111 0 1000 11010101 101010 1010110

Color Harmonies of #CEDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBEB

Black with #CEDBEB

Text Example


Text Example

White with #CEDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBEB; }

 p { color: rgb(206,219,235); }

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

background-color css

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

 a { background-color: rgb(206,219,235); }

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

border-color css

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

 span { border-color: rgb(206,219,235); }

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