Html Css Color HEX #CACCE0 Periwinkle

📋 copy color: '#CACCE0'

red 202 ◦ green 204 ◦ blue 224

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

Shades of Periwinkle #CACCE0

Tints of Periwinkle #CACCE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.56%

R = 32.06%
G = 32.38%
B = 35.56%

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

#CACCE0 (or 0xCACCE0) is known color: Periwinkle. HEX triplet: CA, CC and E0. RGB value is (202,204,224). Sum of RGB (Red+Green+Blue) = 202+204+224=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE0 is #35331F. Grayscale: #CDCDCD. Windows color (decimal): -3486496 or 14732490. OLE color: 14732490.

HSL color Cylindrical-coordinate representation of color #CACCE0: hue angle of 234.55º degrees, saturation: 0.26, 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 #CACCE0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 204 224 -
CMYK 0.10 0.09 0 0.12
HSL 234.55º 0.26% 0.84% -
HSV(B) 234.55º 0.1% 0.88% -
XYZ 59.4 61.12 79.19 -
YUV 205.68 138.34 125.37 -
System Red Green Blue C M Y K H S L
Decimal 202 204 224 0.10 0.09 0 0.12 234.55 0.26 0.84
Hex CA CC E0 A 9 0 C EB 1A 54
Octal 312 314 340 12 11 0 14 353 32 124
Binary 11001010 11001100 11100000 1010 1001 0 1100 11101011 11010 1010100

Color Harmonies of #CACCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCE0

Black with #CACCE0

Text Example


Text Example

White with #CACCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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