Html Css Color HEX #CACCDF Periwinkle

📋 copy color: '#CACCDF'

red 202 ◦ green 204 ◦ blue 223

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

Shades of Periwinkle #CACCDF

Tints of Periwinkle #CACCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 35.45%

R = 32.11%
G = 32.43%
B = 35.45%

CMYK

 C value IS 0.09

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CACCDF (or 0xCACCDF) is known color: Periwinkle. HEX triplet: CA, CC and DF. RGB value is (202,204,223). Sum of RGB (Red+Green+Blue) = 202+204+223=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 223 (87.5% from 255 or 35.45% from 629); Max value from RGB is 223 - color contains mainly: blue. Hex color #CACCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCDF is #353320. Grayscale: #CDCDCD. Windows color (decimal): -3486497 or 14666954. OLE color: 14666954.

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

Color convert

RGB 202 204 223 -
CMYK 0.09 0.09 0 0.13
HSL 234.29º 0.25% 0.83% -
HSV(B) 234.29º 0.09% 0.87% -
XYZ 59.27 61.07 78.48 -
YUV 205.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 202 204 223 0.09 0.09 0 0.13 234.29 0.25 0.83
Hex CA CC DF 9 9 0 D EA 19 53
Octal 312 314 337 11 11 0 15 352 31 123
Binary 11001010 11001100 11011111 1001 1001 0 1101 11101010 11001 1010011

Color Harmonies of #CACCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACCDF

Black with #CACCDF

Text Example


Text Example

White with #CACCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACCDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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