Html Css Color HEX #CEDBFB Hawkes Blue

📋 copy color: '#CEDBFB'

red 206 ◦ green 219 ◦ blue 251

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

Shades of Hawkes Blue #CEDBFB

Tints of Hawkes Blue #CEDBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 37.13%

R = 30.47%
G = 32.4%
B = 37.13%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEDBFB (or 0xCEDBFB) is known color: Hawkes Blue. HEX triplet: CE, DB and FB. RGB value is (206,219,251). Sum of RGB (Red+Green+Blue) = 206+219+251=676 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.47% from 676); Green value is 219 (85.94% from 255 or 32.40% from 676); Blue value is 251 (98.44% from 255 or 37.13% from 676); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEDBFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDBFB is #312404. Grayscale: #DADADA. Windows color (decimal): -3220485 or 16505806. OLE color: 16505806.

HSL color Cylindrical-coordinate representation of color #CEDBFB: hue angle of 222.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEDBFB is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 219 251 -
CMYK 0.18 0.13 0 0.02
HSL 222.67º 0.85% 0.9% -
HSV(B) 222.67º 0.18% 0.98% -
XYZ 68.2 70.75 101.33 -
YUV 218.76 146.19 118.9 -
System Red Green Blue C M Y K H S L
Decimal 206 219 251 0.18 0.13 0 0.02 222.67 0.85 0.9
Hex CE DB FB 12 D 0 2 DF 55 5A
Octal 316 333 373 22 15 0 2 337 125 132
Binary 11001110 11011011 11111011 10010 1101 0 10 11011111 1010101 1011010

Color Harmonies of #CEDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDBFB

Black with #CEDBFB

Text Example


Text Example

White with #CEDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDBFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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