Html Css Color HEX #CED3F2 Hawkes Blue

📋 copy color: '#CED3F2'

red 206 ◦ green 211 ◦ blue 242

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

Shades of Hawkes Blue #CED3F2

Tints of Hawkes Blue #CED3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.02%

 BLUE value IS 242 (94.92% from 255) = 36.72%

R = 31.26%
G = 32.02%
B = 36.72%

CMYK

 C value IS 0.15

 M value IS 0.13

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CED3F2 (or 0xCED3F2) is known color: Hawkes Blue. HEX triplet: CE, D3 and F2. RGB value is (206,211,242). Sum of RGB (Red+Green+Blue) = 206+211+242=659 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.26% from 659); Green value is 211 (82.81% from 255 or 32.02% from 659); Blue value is 242 (94.92% from 255 or 36.72% from 659); Max value from RGB is 242 - color contains mainly: blue. Hex color #CED3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F2 is #312C0D. Grayscale: #D4D4D4. Windows color (decimal): -3222542 or 15913934. OLE color: 15913934.

HSL color Cylindrical-coordinate representation of color #CED3F2: hue angle of 231.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CED3F2 is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 211 242 -
CMYK 0.15 0.13 0 0.05
HSL 231.67º 0.58% 0.88% -
HSV(B) 231.67º 0.15% 0.95% -
XYZ 64.77 66.12 93.35 -
YUV 213.04 144.34 122.98 -
System Red Green Blue C M Y K H S L
Decimal 206 211 242 0.15 0.13 0 0.05 231.67 0.58 0.88
Hex CE D3 F2 F D 0 5 E8 3A 58
Octal 316 323 362 17 15 0 5 350 72 130
Binary 11001110 11010011 11110010 1111 1101 0 101 11101000 111010 1011000

Color Harmonies of #CED3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3F2

Black with #CED3F2

Text Example


Text Example

White with #CED3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3F2; }

 p { color: rgb(206,211,242); }

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

background-color css

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

 a { background-color: rgb(206,211,242); }

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

border-color css

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

 span { border-color: rgb(206,211,242); }

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