Html Css Color HEX #CACDE0 Periwinkle

📋 copy color: '#CACDE0'

red 202 ◦ green 205 ◦ blue 224

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

Shades of Periwinkle #CACDE0

Tints of Periwinkle #CACDE0

RGB

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

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

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

R = 32.01%
G = 32.49%
B = 35.5%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CACDE0 (or 0xCACDE0) is known color: Periwinkle. HEX triplet: CA, CD and E0. RGB value is (202,205,224). Sum of RGB (Red+Green+Blue) = 202+205+224=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 224 (87.89% from 255 or 35.50% from 631); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDE0 is #35321F. Grayscale: #CECECE. Windows color (decimal): -3486240 or 14732746. OLE color: 14732746.

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

Color convert

RGB 202 205 224 -
CMYK 0.10 0.08 0 0.12
HSL 231.82º 0.26% 0.84% -
HSV(B) 231.82º 0.1% 0.88% -
XYZ 59.64 61.6 79.27 -
YUV 206.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 202 205 224 0.10 0.08 0 0.12 231.82 0.26 0.84
Hex CA CD E0 A 8 0 C E8 1A 54
Octal 312 315 340 12 10 0 14 350 32 124
Binary 11001010 11001101 11100000 1010 1000 0 1100 11101000 11010 1010100

Color Harmonies of #CACDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDE0

Black with #CACDE0

Text Example


Text Example

White with #CACDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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