Html Css Color HEX #CCBDDB Prelude

📋 copy color: '#CCBDDB'

red 204 ◦ green 189 ◦ blue 219

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

Shades of Prelude #CCBDDB

Tints of Prelude #CCBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.88%

 BLUE value IS 219 (85.94% from 255) = 35.78%

R = 33.33%
G = 30.88%
B = 35.78%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCBDDB (or 0xCCBDDB) is known color: Prelude. HEX triplet: CC, BD and DB. RGB value is (204,189,219). Sum of RGB (Red+Green+Blue) = 204+189+219=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCBDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDDB is #334224. Grayscale: #C4C4C4. Windows color (decimal): -3359269 or 14400972. OLE color: 14400972.

HSL color Cylindrical-coordinate representation of color #CCBDDB: hue angle of 270º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCBDDB is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 189 219 -
CMYK 0.07 0.14 0 0.14
HSL 270º 0.29% 0.8% -
HSV(B) 270º 0.14% 0.86% -
XYZ 55.89 54.35 74.56 -
YUV 196.91 140.47 133.06 -
System Red Green Blue C M Y K H S L
Decimal 204 189 219 0.07 0.14 0 0.14 270 0.29 0.8
Hex CC BD DB 7 E 0 E 10E 1D 50
Octal 314 275 333 7 16 0 16 416 35 120
Binary 11001100 10111101 11011011 111 1110 0 1110 100001110 11101 1010000

Color Harmonies of #CCBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDDB

Black with #CCBDDB

Text Example


Text Example

White with #CCBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDDB; }

 p { color: rgb(204,189,219); }

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

background-color css

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

 a { background-color: rgb(204,189,219); }

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

border-color css

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

 span { border-color: rgb(204,189,219); }

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