Html Css Color HEX #CCB8CF Prelude

📋 copy color: '#CCB8CF'

red 204 ◦ green 184 ◦ blue 207

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

Shades of Prelude #CCB8CF

Tints of Prelude #CCB8CF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

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

R = 34.29%
G = 30.92%
B = 34.79%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB8CF (or 0xCCB8CF) is known color: Prelude. HEX triplet: CC, B8 and CF. RGB value is (204,184,207). Sum of RGB (Red+Green+Blue) = 204+184+207=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCB8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8CF is #334730. Grayscale: #C0C0C0. Windows color (decimal): -3360561 or 13613260. OLE color: 13613260.

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

Color convert

RGB 204 184 207 -
CMYK 0.01 0.11 0 0.19
HSL 292.17º 0.19% 0.77% -
HSV(B) 292.17º 0.11% 0.81% -
XYZ 53.3 51.62 66.19 -
YUV 192.6 136.13 136.13 -
System Red Green Blue C M Y K H S L
Decimal 204 184 207 0.01 0.11 0 0.19 292.17 0.19 0.77
Hex CC B8 CF 1 B 0 13 124 13 4D
Octal 314 270 317 1 13 0 23 444 23 115
Binary 11001100 10111000 11001111 1 1011 0 10011 100100100 10011 1001101

Color Harmonies of #CCB8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8CF

Black with #CCB8CF

Text Example


Text Example

White with #CCB8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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