#CDDFE4

Color #CDDFE4 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #CDDFE4

Tints of Onahau #CDDFE4

Color information

#CDDFE4 (or 0xCDDFE4) is unknown color: approx Onahau. HEX triplet: CD, DF and E4. RGB value is (205,223,228). Sum of RGB (Red+Green+Blue) = 205+223+228=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 228 (89.45% from 255 or 34.76% from 656); Max value from RGB is 228 - color contains mainly: blue. Hex color #CDDFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDFE4 is #32201B. Grayscale: #DADADA. Windows color (decimal): -3285020 or 14999501. OLE color: 14999501.

HSL color Cylindrical-coordinate representation of color #CDDFE4: hue angle of 193.04º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDFE4 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB205223228-
CMYK0.100.0200.11
HSL193.04º29.87%84.9%-
HSV(B)193.04º10.09%89.41%-
XYZ65.5771.3683.72-
YUV218.19133.54118.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.25%
GREEN value IS 223 (87.5% from 255) = 33.99%
BLUE value IS 228 (89.45% from 255) = 34.76%
R=31.25%
G=33.99%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2052232280.100.0200.11193.0429.8784.9
HexCDDFE4A20Bc11e55
Octal31533734412201330136125
Binary1100110111011111111001001010100101111000001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDDFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDDFE4; }

 p { color: rgb(205,223,228); }

 H1.HeaderClassName
 {
   color: #CDDFE4;
 }
 .AnyTagClassName
 {
   color: #CDDFE4;
 }
</style>
background-color css

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

 a { background-color: rgb(205,223,228); }

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

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

 span { border-color: rgb(205,223,228); }

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