Html Css Color HEX #CACBE6 Periwinkle

📋 copy color: '#CACBE6'

red 202 ◦ green 203 ◦ blue 230

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

Shades of Periwinkle #CACBE6

Tints of Periwinkle #CACBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.22%

R = 31.81%
G = 31.97%
B = 36.22%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CACBE6 (or 0xCACBE6) is known color: Periwinkle. HEX triplet: CA, CB and E6. RGB value is (202,203,230). Sum of RGB (Red+Green+Blue) = 202+203+230=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 230 (90.23% from 255 or 36.22% from 635); Max value from RGB is 230 - color contains mainly: blue. Hex color #CACBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACBE6 is #353419. Grayscale: #CDCDCD. Windows color (decimal): -3486746 or 15125450. OLE color: 15125450.

HSL color Cylindrical-coordinate representation of color #CACBE6: hue angle of 237.86º degrees, saturation: 0.36, 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 #CACBE6 is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 203 230 -
CMYK 0.12 0.12 0 0.10
HSL 237.86º 0.36% 0.85% -
HSV(B) 237.86º 0.12% 0.9% -
XYZ 60 60.98 83.47 -
YUV 205.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 202 203 230 0.12 0.12 0 0.10 237.86 0.36 0.85
Hex CA CB E6 C C 0 A EE 24 55
Octal 312 313 346 14 14 0 12 356 44 125
Binary 11001010 11001011 11100110 1100 1100 0 1010 11101110 100100 1010101

Color Harmonies of #CACBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBE6

Black with #CACBE6

Text Example


Text Example

White with #CACBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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