Html Css Color HEX #CEDDF7 Hawkes Blue

📋 copy color: '#CEDDF7'

red 206 ◦ green 221 ◦ blue 247

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

Shades of Hawkes Blue #CEDDF7

Tints of Hawkes Blue #CEDDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.65%

R = 30.56%
G = 32.79%
B = 36.65%

CMYK

 C value IS 0.17

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CEDDF7 (or 0xCEDDF7) is known color: Hawkes Blue. HEX triplet: CE, DD and F7. RGB value is (206,221,247). Sum of RGB (Red+Green+Blue) = 206+221+247=674 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.56% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 247 (96.88% from 255 or 36.65% from 674); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEDDF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEDDF7 is #312208. Grayscale: #DBDBDB. Windows color (decimal): -3219977 or 16244174. OLE color: 16244174.

HSL color Cylindrical-coordinate representation of color #CEDDF7: hue angle of 218.05º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEDDF7 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 221 247 -
CMYK 0.17 0.11 0 0.03
HSL 218.05º 0.72% 0.89% -
HSV(B) 218.05º 0.17% 0.97% -
XYZ 68.1 71.55 98.22 -
YUV 219.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 206 221 247 0.17 0.11 0 0.03 218.05 0.72 0.89
Hex CE DD F7 11 B 0 3 DA 48 59
Octal 316 335 367 21 13 0 3 332 110 131
Binary 11001110 11011101 11110111 10001 1011 0 11 11011010 1001000 1011001

Color Harmonies of #CEDDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDDF7

Black with #CEDDF7

Text Example


Text Example

White with #CEDDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDDF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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