Html Css Color HEX #CED8FD Hawkes Blue

📋 copy color: '#CED8FD'

red 206 ◦ green 216 ◦ blue 253

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

Shades of Hawkes Blue #CED8FD

Tints of Hawkes Blue #CED8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 30.52%
G = 32%
B = 37.48%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CED8FD (or 0xCED8FD) is known color: Hawkes Blue. HEX triplet: CE, D8 and FD. RGB value is (206,216,253). Sum of RGB (Red+Green+Blue) = 206+216+253=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 216 (84.77% from 255 or 32% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 253 - color contains mainly: blue. Hex color #CED8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FD is #312702. Grayscale: #D9D9D9. Windows color (decimal): -3221251 or 16636110. OLE color: 16636110.

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

Color convert

RGB 206 216 253 -
CMYK 0.19 0.15 0 0.01
HSL 227.23º 0.92% 0.9% -
HSV(B) 227.23º 0.19% 0.99% -
XYZ 67.74 69.33 102.74 -
YUV 217.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 206 216 253 0.19 0.15 0 0.01 227.23 0.92 0.9
Hex CE D8 FD 13 F 0 1 E3 5C 5A
Octal 316 330 375 23 17 0 1 343 134 132
Binary 11001110 11011000 11111101 10011 1111 0 1 11100011 1011100 1011010

Color Harmonies of #CED8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8FD

Black with #CED8FD

Text Example


Text Example

White with #CED8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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