Html Css Color HEX #CEDCFC Hawkes Blue

📋 copy color: '#CEDCFC'

red 206 ◦ green 220 ◦ blue 252

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

Shades of Hawkes Blue #CEDCFC

Tints of Hawkes Blue #CEDCFC

RGB

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

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

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

R = 30.38%
G = 32.45%
B = 37.17%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEDCFC (or 0xCEDCFC) is known color: Hawkes Blue. HEX triplet: CE, DC and FC. RGB value is (206,220,252). Sum of RGB (Red+Green+Blue) = 206+220+252=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 220 (86.33% from 255 or 32.45% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEDCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDCFC is #312303. Grayscale: #DBDBDB. Windows color (decimal): -3220228 or 16571598. OLE color: 16571598.

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

Color convert

RGB 206 220 252 -
CMYK 0.18 0.13 0 0.01
HSL 221.74º 0.88% 0.9% -
HSV(B) 221.74º 0.18% 0.99% -
XYZ 68.62 71.34 102.25 -
YUV 219.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 206 220 252 0.18 0.13 0 0.01 221.74 0.88 0.9
Hex CE DC FC 12 D 0 1 DE 58 5A
Octal 316 334 374 22 15 0 1 336 130 132
Binary 11001110 11011100 11111100 10010 1101 0 1 11011110 1011000 1011010

Color Harmonies of #CEDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDCFC

Black with #CEDCFC

Text Example


Text Example

White with #CEDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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