Html Css Color HEX #CACBDD Periwinkle

📋 copy color: '#CACBDD'

red 202 ◦ green 203 ◦ blue 221

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

Shades of Periwinkle #CACBDD

Tints of Periwinkle #CACBDD

RGB

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

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

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

R = 32.27%
G = 32.43%
B = 35.3%

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

#CACBDD (or 0xCACBDD) is known color: Periwinkle. HEX triplet: CA, CB and DD. RGB value is (202,203,221). Sum of RGB (Red+Green+Blue) = 202+203+221=626 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.27% from 626); Green value is 203 (79.69% from 255 or 32.43% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CACBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDD is #353422. Grayscale: #CCCCCC. Windows color (decimal): -3486755 or 14535626. OLE color: 14535626.

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

Color convert

RGB 202 203 221 -
CMYK 0.09 0.08 0 0.13
HSL 236.84º 0.22% 0.83% -
HSV(B) 236.84º 0.09% 0.87% -
XYZ 58.76 60.49 76.98 -
YUV 204.75 137.17 126.04 -
System Red Green Blue C M Y K H S L
Decimal 202 203 221 0.09 0.08 0 0.13 236.84 0.22 0.83
Hex CA CB DD 9 8 0 D ED 16 53
Octal 312 313 335 11 10 0 15 355 26 123
Binary 11001010 11001011 11011101 1001 1000 0 1101 11101101 10110 1010011

Color Harmonies of #CACBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBDD

Black with #CACBDD

Text Example


Text Example

White with #CACBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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