Html Css Color HEX #CACCDA Periwinkle

📋 copy color: '#CACCDA'

red 202 ◦ green 204 ◦ blue 218

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

Shades of Periwinkle #CACCDA

Tints of Periwinkle #CACCDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.94%

R = 32.37%
G = 32.69%
B = 34.94%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CACCDA (or 0xCACCDA) is known color: Periwinkle. HEX triplet: CA, CC and DA. RGB value is (202,204,218). Sum of RGB (Red+Green+Blue) = 202+204+218=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 204 (80.08% from 255 or 32.69% from 624); Blue value is 218 (85.55% from 255 or 34.94% from 624); Max value from RGB is 218 - color contains mainly: blue. Hex color #CACCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDA is #353325. Grayscale: #CCCCCC. Windows color (decimal): -3486502 or 14339274. OLE color: 14339274.

HSL color Cylindrical-coordinate representation of color #CACCDA: hue angle of 232.5º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CACCDA is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 204 218 -
CMYK 0.07 0.06 0 0.15
HSL 232.5º 0.18% 0.82% -
HSV(B) 232.5º 0.07% 0.85% -
XYZ 58.6 60.8 74.98 -
YUV 205 135.34 125.86 -
System Red Green Blue C M Y K H S L
Decimal 202 204 218 0.07 0.06 0 0.15 232.5 0.18 0.82
Hex CA CC DA 7 6 0 F E8 12 52
Octal 312 314 332 7 6 0 17 350 22 122
Binary 11001010 11001100 11011010 111 110 0 1111 11101000 10010 1010010

Color Harmonies of #CACCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCDA

Black with #CACCDA

Text Example


Text Example

White with #CACCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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