Html Css Color HEX #CDCEDD Periwinkle

📋 copy color: '#CDCEDD'

red 205 ◦ green 206 ◦ blue 221

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

Shades of Periwinkle #CDCEDD

Tints of Periwinkle #CDCEDD

RGB

 RED value IS 205 (80.47% from 255) = 32.44%

 GREEN value IS 206 (80.86% from 255) = 32.59%

 BLUE value IS 221 (86.72% from 255) = 34.97%

R = 32.44%
G = 32.59%
B = 34.97%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDCEDD (or 0xCDCEDD) is known color: Periwinkle. HEX triplet: CD, CE and DD. RGB value is (205,206,221). Sum of RGB (Red+Green+Blue) = 205+206+221=632 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.44% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #CDCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEDD is #323122. Grayscale: #CFCFCF. Windows color (decimal): -3289379 or 14536397. OLE color: 14536397.

HSL color Cylindrical-coordinate representation of color #CDCEDD: hue angle of 236.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDCEDD is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 205 206 221 -
CMYK 0.07 0.07 0 0.13
HSL 236.25º 0.19% 0.84% -
HSV(B) 236.25º 0.07% 0.87% -
XYZ 60.3 62.34 77.26 -
YUV 207.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 205 206 221 0.07 0.07 0 0.13 236.25 0.19 0.84
Hex CD CE DD 7 7 0 D EC 13 54
Octal 315 316 335 7 7 0 15 354 23 124
Binary 11001101 11001110 11011101 111 111 0 1101 11101100 10011 1010100

Color Harmonies of #CDCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDCEDD

Black with #CDCEDD

Text Example


Text Example

White with #CDCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDCEDD; }

 p { color: rgb(205,206,221); }

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

background-color css

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

 a { background-color: rgb(205,206,221); }

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

border-color css

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

 span { border-color: rgb(205,206,221); }

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