Html Css Color HEX #CCB2E6 Perfume

📋 copy color: '#CCB2E6'

red 204 ◦ green 178 ◦ blue 230

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

Shades of Perfume #CCB2E6

Tints of Perfume #CCB2E6

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.08%

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

R = 33.33%
G = 29.08%
B = 37.58%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCB2E6 (or 0xCCB2E6) is known color: Perfume. HEX triplet: CC, B2 and E6. RGB value is (204,178,230). Sum of RGB (Red+Green+Blue) = 204+178+230=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 178 (69.92% from 255 or 29.08% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #CCB2E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCB2E6 is #334D19. Grayscale: #BFBFBF. Windows color (decimal): -3362074 or 15119052. OLE color: 15119052.

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

Color convert

RGB 204 178 230 -
CMYK 0.11 0.23 0 0.10
HSL 270º 0.51% 0.8% -
HSV(B) 270º 0.23% 0.9% -
XYZ 55.11 50.39 81.69 -
YUV 191.7 149.61 136.77 -
System Red Green Blue C M Y K H S L
Decimal 204 178 230 0.11 0.23 0 0.10 270 0.51 0.8
Hex CC B2 E6 B 17 0 A 10E 33 50
Octal 314 262 346 13 27 0 12 416 63 120
Binary 11001100 10110010 11100110 1011 10111 0 1010 100001110 110011 1010000

Color Harmonies of #CCB2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB2E6

Black with #CCB2E6

Text Example


Text Example

White with #CCB2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB2E6; }

 p { color: rgb(204,178,230); }

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

background-color css

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

 a { background-color: rgb(204,178,230); }

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

border-color css

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

 span { border-color: rgb(204,178,230); }

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