Html Css Color HEX #CACCE6 Periwinkle

📋 copy color: '#CACCE6'

red 202 ◦ green 204 ◦ blue 230

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

Shades of Periwinkle #CACCE6

Tints of Periwinkle #CACCE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.16%

R = 31.76%
G = 32.08%
B = 36.16%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CACCE6 (or 0xCACCE6) is known color: Periwinkle. HEX triplet: CA, CC and E6. RGB value is (202,204,230). Sum of RGB (Red+Green+Blue) = 202+204+230=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 204 (80.08% from 255 or 32.08% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCE6 is #353319. Grayscale: #CECECE. Windows color (decimal): -3486490 or 15125706. OLE color: 15125706.

HSL color Cylindrical-coordinate representation of color #CACCE6: hue angle of 235.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACCE6 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 204 230 -
CMYK 0.12 0.11 0 0.10
HSL 235.71º 0.36% 0.85% -
HSV(B) 235.71º 0.12% 0.9% -
XYZ 60.23 61.46 83.55 -
YUV 206.37 141.34 124.89 -
System Red Green Blue C M Y K H S L
Decimal 202 204 230 0.12 0.11 0 0.10 235.71 0.36 0.85
Hex CA CC E6 C B 0 A EC 24 55
Octal 312 314 346 14 13 0 12 354 44 125
Binary 11001010 11001100 11100110 1100 1011 0 1010 11101100 100100 1010101

Color Harmonies of #CACCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCE6

Black with #CACCE6

Text Example


Text Example

White with #CACCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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