Html Css Color HEX #CED8FB Hawkes Blue

📋 copy color: '#CED8FB'

red 206 ◦ green 216 ◦ blue 251

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

Shades of Hawkes Blue #CED8FB

Tints of Hawkes Blue #CED8FB

RGB

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

 GREEN value IS 216 (84.77% from 255) = 32.1%

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

R = 30.61%
G = 32.1%
B = 37.3%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CED8FB (or 0xCED8FB) is known color: Hawkes Blue. HEX triplet: CE, D8 and FB. RGB value is (206,216,251). Sum of RGB (Red+Green+Blue) = 206+216+251=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 216 (84.77% from 255 or 32.10% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #CED8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FB is #312704. Grayscale: #D8D8D8. Windows color (decimal): -3221253 or 16505038. OLE color: 16505038.

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

Color convert

RGB 206 216 251 -
CMYK 0.18 0.14 0 0.02
HSL 226.67º 0.85% 0.9% -
HSV(B) 226.67º 0.18% 0.98% -
XYZ 67.42 69.2 101.07 -
YUV 217 147.19 120.15 -
System Red Green Blue C M Y K H S L
Decimal 206 216 251 0.18 0.14 0 0.02 226.67 0.85 0.9
Hex CE D8 FB 12 E 0 2 E3 55 5A
Octal 316 330 373 22 16 0 2 343 125 132
Binary 11001110 11011000 11111011 10010 1110 0 10 11100011 1010101 1011010

Color Harmonies of #CED8FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8FB

Black with #CED8FB

Text Example


Text Example

White with #CED8FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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