Html Css Color HEX #CEDDFD Hawkes Blue

📋 copy color: '#CEDDFD'

red 206 ◦ green 221 ◦ blue 253

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

Shades of Hawkes Blue #CEDDFD

Tints of Hawkes Blue #CEDDFD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 32.5%

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

R = 30.29%
G = 32.5%
B = 37.21%

CMYK

 C value IS 0.19

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CEDDFD (or 0xCEDDFD) is known color: Hawkes Blue. HEX triplet: CE, DD and FD. RGB value is (206,221,253). Sum of RGB (Red+Green+Blue) = 206+221+253=680 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.29% from 680); Green value is 221 (86.72% from 255 or 32.5% from 680); Blue value is 253 (99.22% from 255 or 37.21% from 680); Max value from RGB is 253 - color contains mainly: blue. Hex color #CEDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDFD is #312202. Grayscale: #DCDCDC. Windows color (decimal): -3219971 or 16637390. OLE color: 16637390.

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

Color convert

RGB 206 221 253 -
CMYK 0.19 0.13 0 0.01
HSL 220.85º 0.92% 0.9% -
HSV(B) 220.85º 0.19% 0.99% -
XYZ 69.04 71.93 103.17 -
YUV 220.16 146.53 117.9 -
System Red Green Blue C M Y K H S L
Decimal 206 221 253 0.19 0.13 0 0.01 220.85 0.92 0.9
Hex CE DD FD 13 D 0 1 DD 5C 5A
Octal 316 335 375 23 15 0 1 335 134 132
Binary 11001110 11011101 11111101 10011 1101 0 1 11011101 1011100 1011010

Color Harmonies of #CEDDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDFD

Black with #CEDDFD

Text Example


Text Example

White with #CEDDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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