Html Css Color HEX #CED8FC Hawkes Blue

📋 copy color: '#CED8FC'

red 206 ◦ green 216 ◦ blue 252

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

Shades of Hawkes Blue #CED8FC

Tints of Hawkes Blue #CED8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 30.56%
G = 32.05%
B = 37.39%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CED8FC (or 0xCED8FC) is known color: Hawkes Blue. HEX triplet: CE, D8 and FC. RGB value is (206,216,252). Sum of RGB (Red+Green+Blue) = 206+216+252=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 216 (84.77% from 255 or 32.05% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #CED8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED8FC is #312703. Grayscale: #D8D8D8. Windows color (decimal): -3221252 or 16570574. OLE color: 16570574.

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

Color convert

RGB 206 216 252 -
CMYK 0.18 0.14 0 0.01
HSL 226.96º 0.88% 0.9% -
HSV(B) 226.96º 0.18% 0.99% -
XYZ 67.58 69.26 101.9 -
YUV 217.11 147.69 120.07 -
System Red Green Blue C M Y K H S L
Decimal 206 216 252 0.18 0.14 0 0.01 226.96 0.88 0.9
Hex CE D8 FC 12 E 0 1 E3 58 5A
Octal 316 330 374 22 16 0 1 343 130 132
Binary 11001110 11011000 11111100 10010 1110 0 1 11100011 1011000 1011010

Color Harmonies of #CED8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED8FC

Black with #CED8FC

Text Example


Text Example

White with #CED8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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