Html Css Color HEX #CED2E5 Periwinkle

📋 copy color: '#CED2E5'

red 206 ◦ green 210 ◦ blue 229

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

Shades of Periwinkle #CED2E5

Tints of Periwinkle #CED2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.5%

R = 31.94%
G = 32.56%
B = 35.5%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED2E5 (or 0xCED2E5) is known color: Periwinkle. HEX triplet: CE, D2 and E5. RGB value is (206,210,229). Sum of RGB (Red+Green+Blue) = 206+210+229=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 229 (89.84% from 255 or 35.50% from 645); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2E5 is #312D1A. Grayscale: #D2D2D2. Windows color (decimal): -3222811 or 15061710. OLE color: 15061710.

HSL color Cylindrical-coordinate representation of color #CED2E5: hue angle of 229.57º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CED2E5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 210 229 -
CMYK 0.10 0.08 0 0.10
HSL 229.57º 0.31% 0.85% -
HSV(B) 229.57º 0.1% 0.9% -
XYZ 62.64 64.87 83.35 -
YUV 210.97 138.17 124.46 -
System Red Green Blue C M Y K H S L
Decimal 206 210 229 0.10 0.08 0 0.10 229.57 0.31 0.85
Hex CE D2 E5 A 8 0 A E6 1F 55
Octal 316 322 345 12 10 0 12 346 37 125
Binary 11001110 11010010 11100101 1010 1000 0 1010 11100110 11111 1010101

Color Harmonies of #CED2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED2E5

Black with #CED2E5

Text Example


Text Example

White with #CED2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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