Html Css Color HEX #CACBDB Periwinkle

📋 copy color: '#CACBDB'

red 202 ◦ green 203 ◦ blue 219

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

Shades of Periwinkle #CACBDB

Tints of Periwinkle #CACBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.1%

R = 32.37%
G = 32.53%
B = 35.1%

CMYK

 C value IS 0.08

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CACBDB (or 0xCACBDB) is known color: Periwinkle. HEX triplet: CA, CB and DB. RGB value is (202,203,219). Sum of RGB (Red+Green+Blue) = 202+203+219=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 203 (79.69% from 255 or 32.53% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CACBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBDB is #353424. Grayscale: #CCCCCC. Windows color (decimal): -3486757 or 14404554. OLE color: 14404554.

HSL color Cylindrical-coordinate representation of color #CACBDB: hue angle of 236.47º degrees, saturation: 0.19, 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 #CACBDB is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 203 219 -
CMYK 0.08 0.07 0 0.14
HSL 236.47º 0.19% 0.83% -
HSV(B) 236.47º 0.08% 0.86% -
XYZ 58.5 60.38 75.59 -
YUV 204.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 202 203 219 0.08 0.07 0 0.14 236.47 0.19 0.83
Hex CA CB DB 8 7 0 E EC 13 53
Octal 312 313 333 10 7 0 16 354 23 123
Binary 11001010 11001011 11011011 1000 111 0 1110 11101100 10011 1010011

Color Harmonies of #CACBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBDB

Black with #CACBDB

Text Example


Text Example

White with #CACBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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