Html Css Color HEX #CACBE5 Periwinkle

📋 copy color: '#CACBE5'

red 202 ◦ green 203 ◦ blue 229

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

Shades of Periwinkle #CACBE5

Tints of Periwinkle #CACBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.12%

R = 31.86%
G = 32.02%
B = 36.12%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CACBE5 (or 0xCACBE5) is known color: Periwinkle. HEX triplet: CA, CB and E5. RGB value is (202,203,229). Sum of RGB (Red+Green+Blue) = 202+203+229=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE5 is #35341A. Grayscale: #CDCDCD. Windows color (decimal): -3486747 or 15059914. OLE color: 15059914.

HSL color Cylindrical-coordinate representation of color #CACBE5: hue angle of 237.78º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACBE5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 203 229 -
CMYK 0.12 0.11 0 0.10
HSL 237.78º 0.34% 0.85% -
HSV(B) 237.78º 0.12% 0.9% -
XYZ 59.86 60.93 82.73 -
YUV 205.67 141.17 125.39 -
System Red Green Blue C M Y K H S L
Decimal 202 203 229 0.12 0.11 0 0.10 237.78 0.34 0.85
Hex CA CB E5 C B 0 A EE 22 55
Octal 312 313 345 14 13 0 12 356 42 125
Binary 11001010 11001011 11100101 1100 1011 0 1010 11101110 100010 1010101

Color Harmonies of #CACBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBE5

Black with #CACBE5

Text Example


Text Example

White with #CACBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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