Html Css Color HEX #CACCE1 Periwinkle

📋 copy color: '#CACCE1'

red 202 ◦ green 204 ◦ blue 225

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

Shades of Periwinkle #CACCE1

Tints of Periwinkle #CACCE1

RGB

 RED value IS 202 (79.3% from 255) = 32.01%

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

 BLUE value IS 225 (88.28% from 255) = 35.66%

R = 32.01%
G = 32.33%
B = 35.66%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CACCE1 (or 0xCACCE1) is known color: Periwinkle. HEX triplet: CA, CC and E1. RGB value is (202,204,225). Sum of RGB (Red+Green+Blue) = 202+204+225=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 225 (88.28% from 255 or 35.66% from 631); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE1 is #35331E. Grayscale: #CDCDCD. Windows color (decimal): -3486495 or 14798026. OLE color: 14798026.

HSL color Cylindrical-coordinate representation of color #CACCE1: hue angle of 234.78º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACCE1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 204 225 -
CMYK 0.10 0.09 0 0.12
HSL 234.78º 0.28% 0.84% -
HSV(B) 234.78º 0.1% 0.88% -
XYZ 59.54 61.18 79.9 -
YUV 205.8 138.84 125.29 -
System Red Green Blue C M Y K H S L
Decimal 202 204 225 0.10 0.09 0 0.12 234.78 0.28 0.84
Hex CA CC E1 A 9 0 C EB 1C 54
Octal 312 314 341 12 11 0 14 353 34 124
Binary 11001010 11001100 11100001 1010 1001 0 1100 11101011 11100 1010100

Color Harmonies of #CACCE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCE1

Black with #CACCE1

Text Example


Text Example

White with #CACCE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCE1; }

 p { color: rgb(202,204,225); }

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

background-color css

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

 a { background-color: rgb(202,204,225); }

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

border-color css

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

 span { border-color: rgb(202,204,225); }

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