Html Css Color HEX #CED0E5 Periwinkle

📋 copy color: '#CED0E5'

red 206 ◦ green 208 ◦ blue 229

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

Shades of Periwinkle #CED0E5

Tints of Periwinkle #CED0E5

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.35%

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

R = 32.04%
G = 32.35%
B = 35.61%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CED0E5 (or 0xCED0E5) is known color: Periwinkle. HEX triplet: CE, D0 and E5. RGB value is (206,208,229). Sum of RGB (Red+Green+Blue) = 206+208+229=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 208 (81.64% from 255 or 32.35% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CED0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0E5 is #312F1A. Grayscale: #D1D1D1. Windows color (decimal): -3223323 or 15061198. OLE color: 15061198.

HSL color Cylindrical-coordinate representation of color #CED0E5: hue angle of 234.78º 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 #CED0E5 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 208 229 -
CMYK 0.10 0.09 0 0.10
HSL 234.78º 0.31% 0.85% -
HSV(B) 234.78º 0.1% 0.9% -
XYZ 62.15 63.89 83.19 -
YUV 209.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 206 208 229 0.10 0.09 0 0.10 234.78 0.31 0.85
Hex CE D0 E5 A 9 0 A EB 1F 55
Octal 316 320 345 12 11 0 12 353 37 125
Binary 11001110 11010000 11100101 1010 1001 0 1010 11101011 11111 1010101

Color Harmonies of #CED0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED0E5

Black with #CED0E5

Text Example


Text Example

White with #CED0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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