Html Css Color HEX #CCBDCF Prelude

📋 copy color: '#CCBDCF'

red 204 ◦ green 189 ◦ blue 207

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

Shades of Prelude #CCBDCF

Tints of Prelude #CCBDCF

RGB

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

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

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

R = 34%
G = 31.5%
B = 34.5%

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

#CCBDCF (or 0xCCBDCF) is known color: Prelude. HEX triplet: CC, BD and CF. RGB value is (204,189,207). Sum of RGB (Red+Green+Blue) = 204+189+207=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 207 (81.25% from 255 or 34.5% from 600); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCBDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCF is #334230. Grayscale: #C3C3C3. Windows color (decimal): -3359281 or 13614540. OLE color: 13614540.

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

Color convert

RGB 204 189 207 -
CMYK 0.01 0.09 0 0.19
HSL 290º 0.16% 0.78% -
HSV(B) 290º 0.09% 0.81% -
XYZ 54.36 53.74 66.54 -
YUV 195.54 134.47 134.04 -
System Red Green Blue C M Y K H S L
Decimal 204 189 207 0.01 0.09 0 0.19 290 0.16 0.78
Hex CC BD CF 1 9 0 13 122 10 4E
Octal 314 275 317 1 11 0 23 442 20 116
Binary 11001100 10111101 11001111 1 1001 0 10011 100100010 10000 1001110

Color Harmonies of #CCBDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDCF

Black with #CCBDCF

Text Example


Text Example

White with #CCBDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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