Html Css Color HEX #CCB1ED Perfume

📋 copy color: '#CCB1ED'

red 204 ◦ green 177 ◦ blue 237

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

Shades of Perfume #CCB1ED

Tints of Perfume #CCB1ED

RGB

 RED value IS 204 (80.08% from 255) = 33.01%

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

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

R = 33.01%
G = 28.64%
B = 38.35%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCB1ED (or 0xCCB1ED) is known color: Perfume. HEX triplet: CC, B1 and ED. RGB value is (204,177,237). Sum of RGB (Red+Green+Blue) = 204+177+237=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 177 (69.53% from 255 or 28.64% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #CCB1ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB1ED is #334E12. Grayscale: #BFBFBF. Windows color (decimal): -3362323 or 15577548. OLE color: 15577548.

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

Color convert

RGB 204 177 237 -
CMYK 0.14 0.25 0 0.07
HSL 267º 0.63% 0.81% -
HSV(B) 267º 0.25% 0.93% -
XYZ 55.91 50.4 86.9 -
YUV 191.91 153.45 136.62 -
System Red Green Blue C M Y K H S L
Decimal 204 177 237 0.14 0.25 0 0.07 267 0.63 0.81
Hex CC B1 ED E 19 0 7 10B 3E 51
Octal 314 261 355 16 31 0 7 413 76 121
Binary 11001100 10110001 11101101 1110 11001 0 111 100001011 111110 1010001

Color Harmonies of #CCB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB1ED

Black with #CCB1ED

Text Example


Text Example

White with #CCB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB1ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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