Html Css Color HEX #CED4F0 Hawkes Blue

📋 copy color: '#CED4F0'

red 206 ◦ green 212 ◦ blue 240

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

Shades of Hawkes Blue #CED4F0

Tints of Hawkes Blue #CED4F0

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.22%

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

R = 31.31%
G = 32.22%
B = 36.47%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CED4F0 (or 0xCED4F0) is known color: Hawkes Blue. HEX triplet: CE, D4 and F0. RGB value is (206,212,240). Sum of RGB (Red+Green+Blue) = 206+212+240=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #CED4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED4F0 is #312B0F. Grayscale: #D5D5D5. Windows color (decimal): -3222288 or 15783118. OLE color: 15783118.

HSL color Cylindrical-coordinate representation of color #CED4F0: hue angle of 229.41º 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 #CED4F0 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 212 240 -
CMYK 0.14 0.12 0 0.06
HSL 229.41º 0.53% 0.87% -
HSV(B) 229.41º 0.14% 0.94% -
XYZ 64.73 66.5 91.86 -
YUV 213.4 143.01 122.72 -
System Red Green Blue C M Y K H S L
Decimal 206 212 240 0.14 0.12 0 0.06 229.41 0.53 0.87
Hex CE D4 F0 E C 0 6 E5 35 57
Octal 316 324 360 16 14 0 6 345 65 127
Binary 11001110 11010100 11110000 1110 1100 0 110 11100101 110101 1010111

Color Harmonies of #CED4F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED4F0

Black with #CED4F0

Text Example


Text Example

White with #CED4F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED4F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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