Html Css Color HEX #CACDE5 Periwinkle

📋 copy color: '#CACDE5'

red 202 ◦ green 205 ◦ blue 229

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

Shades of Periwinkle #CACDE5

Tints of Periwinkle #CACDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.01%

R = 31.76%
G = 32.23%
B = 36.01%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CACDE5 (or 0xCACDE5) is known color: Periwinkle. HEX triplet: CA, CD and E5. RGB value is (202,205,229). Sum of RGB (Red+Green+Blue) = 202+205+229=636 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.76% from 636); Green value is 205 (80.47% from 255 or 32.23% from 636); Blue value is 229 (89.84% from 255 or 36.01% from 636); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDE5 is #35321A. Grayscale: #CECECE. Windows color (decimal): -3486235 or 15060426. OLE color: 15060426.

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

Color convert

RGB 202 205 229 -
CMYK 0.12 0.10 0 0.10
HSL 233.33º 0.34% 0.85% -
HSV(B) 233.33º 0.12% 0.9% -
XYZ 60.33 61.88 82.89 -
YUV 206.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 202 205 229 0.12 0.10 0 0.10 233.33 0.34 0.85
Hex CA CD E5 C A 0 A E9 22 55
Octal 312 315 345 14 12 0 12 351 42 125
Binary 11001010 11001101 11100101 1100 1010 0 1010 11101001 100010 1010101

Color Harmonies of #CACDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACDE5

Black with #CACDE5

Text Example


Text Example

White with #CACDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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