Html Css Color HEX #CACBDC Periwinkle

📋 copy color: '#CACBDC'

red 202 ◦ green 203 ◦ blue 220

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

Shades of Periwinkle #CACBDC

Tints of Periwinkle #CACBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.48%

 BLUE value IS 220 (86.33% from 255) = 35.2%

R = 32.32%
G = 32.48%
B = 35.2%

CMYK

 C value IS 0.08

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CACBDC (or 0xCACBDC) is known color: Periwinkle. HEX triplet: CA, CB and DC. RGB value is (202,203,220). Sum of RGB (Red+Green+Blue) = 202+203+220=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 203 (79.69% from 255 or 32.48% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDC is #353423. Grayscale: #CCCCCC. Windows color (decimal): -3486756 or 14470090. OLE color: 14470090.

HSL color Cylindrical-coordinate representation of color #CACBDC: hue angle of 236.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACBDC is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 203 220 -
CMYK 0.08 0.08 0 0.14
HSL 236.67º 0.2% 0.83% -
HSV(B) 236.67º 0.08% 0.86% -
XYZ 58.63 60.44 76.29 -
YUV 204.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 202 203 220 0.08 0.08 0 0.14 236.67 0.2 0.83
Hex CA CB DC 8 8 0 E ED 14 53
Octal 312 313 334 10 10 0 16 355 24 123
Binary 11001010 11001011 11011100 1000 1000 0 1110 11101101 10100 1010011

Color Harmonies of #CACBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBDC

Black with #CACBDC

Text Example


Text Example

White with #CACBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBDC; }

 p { color: rgb(202,203,220); }

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

background-color css

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

 a { background-color: rgb(202,203,220); }

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

border-color css

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

 span { border-color: rgb(202,203,220); }

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