Html Css Color HEX #CCB7DE Prelude

📋 copy color: '#CCB7DE'

red 204 ◦ green 183 ◦ blue 222

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

Shades of Prelude #CCB7DE

Tints of Prelude #CCB7DE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 30.05%

 BLUE value IS 222 (87.11% from 255) = 36.45%

R = 33.5%
G = 30.05%
B = 36.45%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCB7DE (or 0xCCB7DE) is known color: Prelude. HEX triplet: CC, B7 and DE. RGB value is (204,183,222). Sum of RGB (Red+Green+Blue) = 204+183+222=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 183 (71.88% from 255 or 30.05% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7DE is #334821. Grayscale: #C1C1C1. Windows color (decimal): -3360802 or 14596044. OLE color: 14596044.

HSL color Cylindrical-coordinate representation of color #CCB7DE: hue angle of 272.31º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCB7DE is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 183 222 -
CMYK 0.08 0.18 0 0.13
HSL 272.31º 0.37% 0.79% -
HSV(B) 272.31º 0.18% 0.87% -
XYZ 55.02 51.98 76.24 -
YUV 193.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 204 183 222 0.08 0.18 0 0.13 272.31 0.37 0.79
Hex CC B7 DE 8 12 0 D 110 25 4F
Octal 314 267 336 10 22 0 15 420 45 117
Binary 11001100 10110111 11011110 1000 10010 0 1101 100010000 100101 1001111

Color Harmonies of #CCB7DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7DE

Black with #CCB7DE

Text Example


Text Example

White with #CCB7DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7DE; }

 p { color: rgb(204,183,222); }

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

background-color css

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

 a { background-color: rgb(204,183,222); }

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

border-color css

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

 span { border-color: rgb(204,183,222); }

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