Html Css Color HEX #CCBED9 Prelude

📋 copy color: '#CCBED9'

red 204 ◦ green 190 ◦ blue 217

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

Shades of Prelude #CCBED9

Tints of Prelude #CCBED9

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.1%

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 33.39%
G = 31.1%
B = 35.52%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCBED9 (or 0xCCBED9) is known color: Prelude. HEX triplet: CC, BE and D9. RGB value is (204,190,217). Sum of RGB (Red+Green+Blue) = 204+190+217=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 190 (74.61% from 255 or 31.10% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCBED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBED9 is #334126. Grayscale: #C5C5C5. Windows color (decimal): -3359015 or 14270156. OLE color: 14270156.

HSL color Cylindrical-coordinate representation of color #CCBED9: hue angle of 271.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBED9 is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 190 217 -
CMYK 0.06 0.12 0 0.15
HSL 271.11º 0.26% 0.8% -
HSV(B) 271.11º 0.12% 0.85% -
XYZ 55.84 54.67 73.26 -
YUV 197.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 204 190 217 0.06 0.12 0 0.15 271.11 0.26 0.8
Hex CC BE D9 6 C 0 F 10F 1A 50
Octal 314 276 331 6 14 0 17 417 32 120
Binary 11001100 10111110 11011001 110 1100 0 1111 100001111 11010 1010000

Color Harmonies of #CCBED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBED9

Black with #CCBED9

Text Example


Text Example

White with #CCBED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBED9; }

 p { color: rgb(204,190,217); }

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

background-color css

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

 a { background-color: rgb(204,190,217); }

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

border-color css

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

 span { border-color: rgb(204,190,217); }

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