Html Css Color HEX #CED3F1 Hawkes Blue

📋 copy color: '#CED3F1'

red 206 ◦ green 211 ◦ blue 241

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

Shades of Hawkes Blue #CED3F1

Tints of Hawkes Blue #CED3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 31.31%
G = 32.07%
B = 36.63%

CMYK

 C value IS 0.15

 M value IS 0.12

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CED3F1 (or 0xCED3F1) is known color: Hawkes Blue. HEX triplet: CE, D3 and F1. RGB value is (206,211,241). Sum of RGB (Red+Green+Blue) = 206+211+241=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 211 (82.81% from 255 or 32.07% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #CED3F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CED3F1 is #312C0E. Grayscale: #D4D4D4. Windows color (decimal): -3222543 or 15848398. OLE color: 15848398.

HSL color Cylindrical-coordinate representation of color #CED3F1: hue angle of 231.43º degrees, saturation: 0.56, 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 #CED3F1 is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 211 241 -
CMYK 0.15 0.12 0 0.05
HSL 231.43º 0.56% 0.88% -
HSV(B) 231.43º 0.15% 0.95% -
XYZ 64.63 66.06 92.56 -
YUV 212.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 206 211 241 0.15 0.12 0 0.05 231.43 0.56 0.88
Hex CE D3 F1 F C 0 5 E7 38 58
Octal 316 323 361 17 14 0 5 347 70 130
Binary 11001110 11010011 11110001 1111 1100 0 101 11100111 111000 1011000

Color Harmonies of #CED3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED3F1

Black with #CED3F1

Text Example


Text Example

White with #CED3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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