Html Css Color HEX #CACBE0 Periwinkle

📋 copy color: '#CACBE0'

red 202 ◦ green 203 ◦ blue 224

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

Shades of Periwinkle #CACBE0

Tints of Periwinkle #CACBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 35.61%

R = 32.11%
G = 32.27%
B = 35.61%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CACBE0 (or 0xCACBE0) is known color: Periwinkle. HEX triplet: CA, CB and E0. RGB value is (202,203,224). Sum of RGB (Red+Green+Blue) = 202+203+224=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE0 is #35341F. Grayscale: #CDCDCD. Windows color (decimal): -3486752 or 14732234. OLE color: 14732234.

HSL color Cylindrical-coordinate representation of color #CACBE0: hue angle of 237.27º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACBE0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 203 224 -
CMYK 0.10 0.09 0 0.12
HSL 237.27º 0.26% 0.84% -
HSV(B) 237.27º 0.1% 0.88% -
XYZ 59.17 60.65 79.11 -
YUV 205.1 138.67 125.79 -
System Red Green Blue C M Y K H S L
Decimal 202 203 224 0.10 0.09 0 0.12 237.27 0.26 0.84
Hex CA CB E0 A 9 0 C ED 1A 54
Octal 312 313 340 12 11 0 14 355 32 124
Binary 11001010 11001011 11100000 1010 1001 0 1100 11101101 11010 1010100

Color Harmonies of #CACBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBE0

Black with #CACBE0

Text Example


Text Example

White with #CACBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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