Html Css Color HEX #CED1E0 Periwinkle

📋 copy color: '#CED1E0'

red 206 ◦ green 209 ◦ blue 224

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

Shades of Periwinkle #CED1E0

Tints of Periwinkle #CED1E0

RGB

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

 GREEN value IS 209 (82.03% from 255) = 32.71%

 BLUE value IS 224 (87.89% from 255) = 35.05%

R = 32.24%
G = 32.71%
B = 35.05%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CED1E0 (or 0xCED1E0) is known color: Periwinkle. HEX triplet: CE, D1 and E0. RGB value is (206,209,224). Sum of RGB (Red+Green+Blue) = 206+209+224=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 209 (82.03% from 255 or 32.71% from 639); Blue value is 224 (87.89% from 255 or 35.05% from 639); Max value from RGB is 224 - color contains mainly: blue. Hex color #CED1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1E0 is #312E1F. Grayscale: #D1D1D1. Windows color (decimal): -3223072 or 14733774. OLE color: 14733774.

HSL color Cylindrical-coordinate representation of color #CED1E0: hue angle of 230º degrees, saturation: 0.22, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CED1E0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 209 224 -
CMYK 0.08 0.07 0 0.12
HSL 230º 0.23% 0.84% -
HSV(B) 230º 0.08% 0.88% -
XYZ 61.71 64.1 79.64 -
YUV 209.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 206 209 224 0.08 0.07 0 0.12 230 0.23 0.84
Hex CE D1 E0 8 7 0 C E6 16 54
Octal 316 321 340 10 7 0 14 346 26 124
Binary 11001110 11010001 11100000 1000 111 0 1100 11100110 10110 1010100

Color Harmonies of #CED1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1E0

Black with #CED1E0

Text Example


Text Example

White with #CED1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1E0; }

 p { color: rgb(206,209,224); }

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

background-color css

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

 a { background-color: rgb(206,209,224); }

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

border-color css

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

 span { border-color: rgb(206,209,224); }

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