Html Css Color HEX #CED2E3 Periwinkle

📋 copy color: '#CED2E3'

red 206 ◦ green 210 ◦ blue 227

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

Shades of Periwinkle #CED2E3

Tints of Periwinkle #CED2E3

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.66%

 BLUE value IS 227 (89.06% from 255) = 35.3%

R = 32.04%
G = 32.66%
B = 35.3%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CED2E3 (or 0xCED2E3) is known color: Periwinkle. HEX triplet: CE, D2 and E3. RGB value is (206,210,227). Sum of RGB (Red+Green+Blue) = 206+210+227=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 227 - color contains mainly: blue. Hex color #CED2E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2E3 is #312D1C. Grayscale: #D2D2D2. Windows color (decimal): -3222813 or 14930638. OLE color: 14930638.

HSL color Cylindrical-coordinate representation of color #CED2E3: hue angle of 228.57º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CED2E3 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 210 227 -
CMYK 0.09 0.07 0 0.11
HSL 228.57º 0.27% 0.85% -
HSV(B) 228.57º 0.09% 0.89% -
XYZ 62.37 64.76 81.89 -
YUV 210.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 206 210 227 0.09 0.07 0 0.11 228.57 0.27 0.85
Hex CE D2 E3 9 7 0 B E5 1B 55
Octal 316 322 343 11 7 0 13 345 33 125
Binary 11001110 11010010 11100011 1001 111 0 1011 11100101 11011 1010101

Color Harmonies of #CED2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2E3

Black with #CED2E3

Text Example


Text Example

White with #CED2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2E3; }

 p { color: rgb(206,210,227); }

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

background-color css

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

 a { background-color: rgb(206,210,227); }

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

border-color css

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

 span { border-color: rgb(206,210,227); }

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