Html Css Color HEX #CCBCCF Prelude

📋 copy color: '#CCBCCF'

red 204 ◦ green 188 ◦ blue 207

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

Shades of Prelude #CCBCCF

Tints of Prelude #CCBCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.39%

 BLUE value IS 207 (81.25% from 255) = 34.56%

R = 34.06%
G = 31.39%
B = 34.56%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCBCCF (or 0xCCBCCF) is known color: Prelude. HEX triplet: CC, BC and CF. RGB value is (204,188,207). Sum of RGB (Red+Green+Blue) = 204+188+207=599 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.06% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCBCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCCF is #334330. Grayscale: #C2C2C2. Windows color (decimal): -3359537 or 13614284. OLE color: 13614284.

HSL color Cylindrical-coordinate representation of color #CCBCCF: hue angle of 290.53º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBCCF is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 188 207 -
CMYK 0.01 0.09 0 0.19
HSL 290.53º 0.17% 0.77% -
HSV(B) 290.53º 0.09% 0.81% -
XYZ 54.15 53.31 66.47 -
YUV 194.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 204 188 207 0.01 0.09 0 0.19 290.53 0.17 0.77
Hex CC BC CF 1 9 0 13 123 11 4D
Octal 314 274 317 1 11 0 23 443 21 115
Binary 11001100 10111100 11001111 1 1001 0 10011 100100011 10001 1001101

Color Harmonies of #CCBCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBCCF

Black with #CCBCCF

Text Example


Text Example

White with #CCBCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBCCF; }

 p { color: rgb(204,188,207); }

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

background-color css

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

 a { background-color: rgb(204,188,207); }

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

border-color css

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

 span { border-color: rgb(204,188,207); }

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