Html Css Color HEX #CAB1ED Perfume

📋 copy color: '#CAB1ED'

red 202 ◦ green 177 ◦ blue 237

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

Shades of Perfume #CAB1ED

Tints of Perfume #CAB1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.73%

 BLUE value IS 237 (92.97% from 255) = 38.47%

R = 32.79%
G = 28.73%
B = 38.47%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB1ED (or 0xCAB1ED) is known color: Perfume. HEX triplet: CA, B1 and ED. RGB value is (202,177,237). Sum of RGB (Red+Green+Blue) = 202+177+237=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 237 (92.97% from 255 or 38.47% from 616); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB1ED is #354E12. Grayscale: #BFBFBF. Windows color (decimal): -3493395 or 15577546. OLE color: 15577546.

HSL color Cylindrical-coordinate representation of color #CAB1ED: hue angle of 265º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB1ED is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 177 237 -
CMYK 0.15 0.25 0 0.07
HSL 265º 0.63% 0.81% -
HSV(B) 265º 0.25% 0.93% -
XYZ 55.37 50.12 86.88 -
YUV 191.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 202 177 237 0.15 0.25 0 0.07 265 0.63 0.81
Hex CA B1 ED F 19 0 7 109 3E 51
Octal 312 261 355 17 31 0 7 411 76 121
Binary 11001010 10110001 11101101 1111 11001 0 111 100001001 111110 1010001

Color Harmonies of #CAB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB1ED

Black with #CAB1ED

Text Example


Text Example

White with #CAB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB1ED; }

 p { color: rgb(202,177,237); }

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

background-color css

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

 a { background-color: rgb(202,177,237); }

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

border-color css

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

 span { border-color: rgb(202,177,237); }

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