Html Css Color HEX #CEDCFB Hawkes Blue

📋 copy color: '#CEDCFB'

red 206 ◦ green 220 ◦ blue 251

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

Shades of Hawkes Blue #CEDCFB

Tints of Hawkes Blue #CEDCFB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 32.5%

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

R = 30.43%
G = 32.5%
B = 37.08%

CMYK

 C value IS 0.18

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CEDCFB (or 0xCEDCFB) is known color: Hawkes Blue. HEX triplet: CE, DC and FB. RGB value is (206,220,251). Sum of RGB (Red+Green+Blue) = 206+220+251=677 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.43% from 677); Green value is 220 (86.33% from 255 or 32.50% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEDCFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCFB is #312304. Grayscale: #DBDBDB. Windows color (decimal): -3220229 or 16506062. OLE color: 16506062.

HSL color Cylindrical-coordinate representation of color #CEDCFB: hue angle of 221.33º 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 #CEDCFB is Cyan = 0.18, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 220 251 -
CMYK 0.18 0.12 0 0.02
HSL 221.33º 0.85% 0.9% -
HSV(B) 221.33º 0.18% 0.98% -
XYZ 68.46 71.27 101.42 -
YUV 219.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 206 220 251 0.18 0.12 0 0.02 221.33 0.85 0.9
Hex CE DC FB 12 C 0 2 DD 55 5A
Octal 316 334 373 22 14 0 2 335 125 132
Binary 11001110 11011100 11111011 10010 1100 0 10 11011101 1010101 1011010

Color Harmonies of #CEDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCFB

Black with #CEDCFB

Text Example


Text Example

White with #CEDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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