Html Css Color HEX #CACCDD Periwinkle

📋 copy color: '#CACCDD'

red 202 ◦ green 204 ◦ blue 221

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

Shades of Periwinkle #CACCDD

Tints of Periwinkle #CACCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 35.25%

R = 32.22%
G = 32.54%
B = 35.25%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CACCDD (or 0xCACCDD) is known color: Periwinkle. HEX triplet: CA, CC and DD. RGB value is (202,204,221). Sum of RGB (Red+Green+Blue) = 202+204+221=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 221 (86.72% from 255 or 35.25% from 627); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDD is #353322. Grayscale: #CDCDCD. Windows color (decimal): -3486499 or 14535882. OLE color: 14535882.

HSL color Cylindrical-coordinate representation of color #CACCDD: hue angle of 233.68º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACCDD is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 204 221 -
CMYK 0.09 0.08 0 0.13
HSL 233.68º 0.22% 0.83% -
HSV(B) 233.68º 0.09% 0.87% -
XYZ 59 60.96 77.06 -
YUV 205.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 202 204 221 0.09 0.08 0 0.13 233.68 0.22 0.83
Hex CA CC DD 9 8 0 D EA 16 53
Octal 312 314 335 11 10 0 15 352 26 123
Binary 11001010 11001100 11011101 1001 1000 0 1101 11101010 10110 1010011

Color Harmonies of #CACCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCDD

Black with #CACCDD

Text Example


Text Example

White with #CACCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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