Html Css Color HEX #CED7F0 Hawkes Blue

📋 copy color: '#CED7F0'

red 206 ◦ green 215 ◦ blue 240

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

Shades of Hawkes Blue #CED7F0

Tints of Hawkes Blue #CED7F0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 32.53%

 BLUE value IS 240 (94.14% from 255) = 36.31%

R = 31.16%
G = 32.53%
B = 36.31%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CED7F0 (or 0xCED7F0) is known color: Hawkes Blue. HEX triplet: CE, D7 and F0. RGB value is (206,215,240). Sum of RGB (Red+Green+Blue) = 206+215+240=661 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.16% from 661); Green value is 215 (84.38% from 255 or 32.53% from 661); Blue value is 240 (94.14% from 255 or 36.31% from 661); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED7F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED7F0 is #31280F. Grayscale: #D7D7D7. Windows color (decimal): -3221520 or 15783886. OLE color: 15783886.

HSL color Cylindrical-coordinate representation of color #CED7F0: hue angle of 224.12º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CED7F0 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 215 240 -
CMYK 0.14 0.10 0 0.06
HSL 224.12º 0.53% 0.87% -
HSV(B) 224.12º 0.14% 0.94% -
XYZ 65.48 68.01 92.11 -
YUV 215.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 206 215 240 0.14 0.10 0 0.06 224.12 0.53 0.87
Hex CE D7 F0 E A 0 6 E0 35 57
Octal 316 327 360 16 12 0 6 340 65 127
Binary 11001110 11010111 11110000 1110 1010 0 110 11100000 110101 1010111

Color Harmonies of #CED7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED7F0

Black with #CED7F0

Text Example


Text Example

White with #CED7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED7F0; }

 p { color: rgb(206,215,240); }

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

background-color css

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

 a { background-color: rgb(206,215,240); }

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

border-color css

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

 span { border-color: rgb(206,215,240); }

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