Html Css Color HEX #CEDBFF Hawkes Blue

📋 copy color: '#CEDBFF'

red 206 ◦ green 219 ◦ blue 255

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

Shades of Hawkes Blue #CEDBFF

Tints of Hawkes Blue #CEDBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.5%

R = 30.29%
G = 32.21%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CEDBFF (or 0xCEDBFF) is known color: Hawkes Blue. HEX triplet: CE, DB and FF. RGB value is (206,219,255). Sum of RGB (Red+Green+Blue) = 206+219+255=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 219 (85.94% from 255 or 32.21% from 680); Blue value is 255 (100% from 255 or 37.5% from 680); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEDBFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBFF is #312400. Grayscale: #DBDBDB. Windows color (decimal): -3220481 or 16767950. OLE color: 16767950.

HSL color Cylindrical-coordinate representation of color #CEDBFF: hue angle of 224.08º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEDBFF is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 206 219 255 -
CMYK 0.19 0.14 0 0
HSL 224.08º 1% 0.9% -
HSV(B) 224.08º 0.19% 1% -
XYZ 68.84 71 104.69 -
YUV 219.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 206 219 255 0.19 0.14 0 0 224.08 1 0.9
Hex CE DB FF 13 E 0 0 E0 64 5A
Octal 316 333 377 23 16 0 0 340 144 132
Binary 11001110 11011011 11111111 10011 1110 0 0 11100000 1100100 1011010

Color Harmonies of #CEDBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBFF

Black with #CEDBFF

Text Example


Text Example

White with #CEDBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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