Html Css Color HEX #CCCDDE Periwinkle

📋 copy color: '#CCCDDE'

red 204 ◦ green 205 ◦ blue 222

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

Shades of Periwinkle #CCCDDE

Tints of Periwinkle #CCCDDE

RGB

 RED value IS 204 (80.08% from 255) = 32.33%

 GREEN value IS 205 (80.47% from 255) = 32.49%

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 32.33%
G = 32.49%
B = 35.18%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCCDDE (or 0xCCCDDE) is known color: Periwinkle. HEX triplet: CC, CD and DE. RGB value is (204,205,222). Sum of RGB (Red+Green+Blue) = 204+205+222=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCCDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCDDE is #333221. Grayscale: #CECECE. Windows color (decimal): -3355170 or 14601676. OLE color: 14601676.

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

Color convert

RGB 204 205 222 -
CMYK 0.08 0.08 0 0.13
HSL 236.67º 0.21% 0.84% -
HSV(B) 236.67º 0.08% 0.87% -
XYZ 59.92 61.77 77.87 -
YUV 206.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 204 205 222 0.08 0.08 0 0.13 236.67 0.21 0.84
Hex CC CD DE 8 8 0 D ED 15 54
Octal 314 315 336 10 10 0 15 355 25 124
Binary 11001100 11001101 11011110 1000 1000 0 1101 11101101 10101 1010100

Color Harmonies of #CCCDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDDE

Black with #CCCDDE

Text Example


Text Example

White with #CCCDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDDE; }

 p { color: rgb(204,205,222); }

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

background-color css

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

 a { background-color: rgb(204,205,222); }

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

border-color css

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

 span { border-color: rgb(204,205,222); }

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