Html Css Color HEX #CED1E4 Periwinkle

📋 copy color: '#CED1E4'

red 206 ◦ green 209 ◦ blue 228

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

Shades of Periwinkle #CED1E4

Tints of Periwinkle #CED1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.46%

R = 32.04%
G = 32.5%
B = 35.46%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CED1E4 (or 0xCED1E4) is known color: Periwinkle. HEX triplet: CE, D1 and E4. RGB value is (206,209,228). Sum of RGB (Red+Green+Blue) = 206+209+228=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 209 (82.03% from 255 or 32.50% from 643); Blue value is 228 (89.45% from 255 or 35.46% from 643); Max value from RGB is 228 - color contains mainly: blue. Hex color #CED1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED1E4 is #312E1B. Grayscale: #D2D2D2. Windows color (decimal): -3223068 or 14995918. OLE color: 14995918.

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

Color convert

RGB 206 209 228 -
CMYK 0.10 0.08 0 0.11
HSL 231.82º 0.29% 0.85% -
HSV(B) 231.82º 0.1% 0.89% -
XYZ 62.26 64.32 82.53 -
YUV 210.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 206 209 228 0.10 0.08 0 0.11 231.82 0.29 0.85
Hex CE D1 E4 A 8 0 B E8 1D 55
Octal 316 321 344 12 10 0 13 350 35 125
Binary 11001110 11010001 11100100 1010 1000 0 1011 11101000 11101 1010101

Color Harmonies of #CED1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED1E4

Black with #CED1E4

Text Example


Text Example

White with #CED1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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